Html Css Color HEX #A24926 Rich Gold

📋 copy color: '#A24926'

red 162 ◦ green 73 ◦ blue 38

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

Shades of Rich Gold #A24926

Tints of Rich Gold #A24926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 59.34%
G = 26.74%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A24926 (or 0xA24926) is known color: Rich Gold. HEX triplet: A2, 49 and 26. RGB value is (162,73,38). Sum of RGB (Red+Green+Blue) = 162+73+38=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24926 is #5DB6D9. Grayscale: #5F5F5F. Windows color (decimal): -6141658 or 2509218. OLE color: 2509218.

HSL color Cylindrical-coordinate representation of color #A24926: hue angle of 16.94º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A24926 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 38 -
CMYK 0 0.55 0.77 0.36
HSL 16.94º 0.62% 0.39% -
HSV(B) 16.94º 0.77% 0.64% -
XYZ 17.63 12.59 3.33 -
YUV 95.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 162 73 38 0 0.55 0.77 0.36 16.94 0.62 0.39
Hex A2 49 26 0 37 4D 24 11 3E 27
Octal 242 111 46 0 67 115 44 21 76 47
Binary 10100010 1001001 100110 0 110111 1001101 100100 10001 111110 100111

Color Harmonies of #A24926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24926

Black with #A24926

Text Example


Text Example

White with #A24926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24926; }

 p { color: rgb(162,73,38); }

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

background-color css

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

 a { background-color: rgb(162,73,38); }

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

border-color css

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

 span { border-color: rgb(162,73,38); }

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