Html Css Color HEX #A25D1F Rich Gold

📋 copy color: '#A25D1F'

red 162 ◦ green 93 ◦ blue 31

#A25D1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A25D1F

Tints of Rich Gold #A25D1F

RGB

 RED value IS 162 (63.67% from 255) = 56.64%

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 56.64%
G = 32.52%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A25D1F (or 0xA25D1F) is known color: Rich Gold. HEX triplet: A2, 5D and 1F. RGB value is (162,93,31). Sum of RGB (Red+Green+Blue) = 162+93+31=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D1F is #5DA2E0. Grayscale: #6A6A6A. Windows color (decimal): -6136545 or 2055586. OLE color: 2055586.

HSL color Cylindrical-coordinate representation of color #A25D1F: hue angle of 28.4º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A25D1F is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 93 31 -
CMYK 0 0.43 0.81 0.36
HSL 28.4º 0.68% 0.38% -
HSV(B) 28.4º 0.81% 0.64% -
XYZ 19.06 15.61 3.3 -
YUV 106.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 162 93 31 0 0.43 0.81 0.36 28.4 0.68 0.38
Hex A2 5D 1F 0 2B 51 24 1C 44 26
Octal 242 135 37 0 53 121 44 34 104 46
Binary 10100010 1011101 11111 0 101011 1010001 100100 11100 1000100 100110

Color Harmonies of #A25D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D1F

Black with #A25D1F

Text Example


Text Example

White with #A25D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D1F; }

 p { color: rgb(162,93,31); }

 H1.HeaderClassName
 {
   color: #A25D1F;
 }
 .AnyTagClassName
 {
   color: #A25D1F;
 }
</style>

background-color css

<style>
 a { background-color: #A25D1F; }

 a { background-color: rgb(162,93,31); }

 div.DivClassName
 {
   background-color: #A25D1F;
 }
 .BgClassName
 {
   background-color: #A25D1F;
 }
</style>

border-color css

<style>
 span { border-color: #A25D1F; }

 span { border-color: rgb(162,93,31); }

 td.TdClassName
 {
   border-color: #A25D1F;
 }
 .TagClassName
 {
   border-color: #A25D1F;
 }
</style>