Html Css Color HEX #A24923 Rich Gold

📋 copy color: '#A24923'

red 162 ◦ green 73 ◦ blue 35

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

Shades of Rich Gold #A24923

Tints of Rich Gold #A24923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 60%
G = 27.04%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A24923 (or 0xA24923) is known color: Rich Gold. HEX triplet: A2, 49 and 23. RGB value is (162,73,35). Sum of RGB (Red+Green+Blue) = 162+73+35=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A24923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24923 is #5DB6DC. Grayscale: #5F5F5F. Windows color (decimal): -6141661 or 2312610. OLE color: 2312610.

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

Color convert

RGB 162 73 35 -
CMYK 0 0.55 0.78 0.36
HSL 17.95º 0.64% 0.39% -
HSV(B) 17.95º 0.78% 0.64% -
XYZ 17.59 12.57 3.09 -
YUV 95.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 162 73 35 0 0.55 0.78 0.36 17.95 0.64 0.39
Hex A2 49 23 0 37 4E 24 12 40 27
Octal 242 111 43 0 67 116 44 22 100 47
Binary 10100010 1001001 100011 0 110111 1001110 100100 10010 1000000 100111

Color Harmonies of #A24923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24923

Black with #A24923

Text Example


Text Example

White with #A24923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24923; }

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

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

background-color css

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

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

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

border-color css

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

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

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