Html Css Color HEX #A24A23 Rich Gold

📋 copy color: '#A24A23'

red 162 ◦ green 74 ◦ blue 35

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

Shades of Rich Gold #A24A23

Tints of Rich Gold #A24A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 59.78%
G = 27.31%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A24A23 (or 0xA24A23) is known color: Rich Gold. HEX triplet: A2, 4A and 23. RGB value is (162,74,35). Sum of RGB (Red+Green+Blue) = 162+74+35=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A23 is #5DB5DC. Grayscale: #606060. Windows color (decimal): -6141405 or 2312866. OLE color: 2312866.

HSL color Cylindrical-coordinate representation of color #A24A23: hue angle of 18.43º 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 #A24A23 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 35 -
CMYK 0 0.54 0.78 0.36
HSL 18.43º 0.64% 0.39% -
HSV(B) 18.43º 0.78% 0.64% -
XYZ 17.65 12.7 3.11 -
YUV 95.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 162 74 35 0 0.54 0.78 0.36 18.43 0.64 0.39
Hex A2 4A 23 0 36 4E 24 12 40 27
Octal 242 112 43 0 66 116 44 22 100 47
Binary 10100010 1001010 100011 0 110110 1001110 100100 10010 1000000 100111

Color Harmonies of #A24A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A23

Black with #A24A23

Text Example


Text Example

White with #A24A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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