Html Css Color HEX #A45824 Rich Gold

📋 copy color: '#A45824'

red 164 ◦ green 88 ◦ blue 36

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

Shades of Rich Gold #A45824

Tints of Rich Gold #A45824

RGB

 RED value IS 164 (64.45% from 255) = 56.94%

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 56.94%
G = 30.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A45824 (or 0xA45824) is known color: Rich Gold. HEX triplet: A4, 58 and 24. RGB value is (164,88,36). Sum of RGB (Red+Green+Blue) = 164+88+36=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A45824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45824 is #5BA7DB. Grayscale: #696969. Windows color (decimal): -6006748 or 2381988. OLE color: 2381988.

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

Color convert

RGB 164 88 36 -
CMYK 0 0.46 0.78 0.36
HSL 24.38º 0.64% 0.39% -
HSV(B) 24.38º 0.78% 0.64% -
XYZ 19.12 15 3.56 -
YUV 104.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 164 88 36 0 0.46 0.78 0.36 24.38 0.64 0.39
Hex A4 58 24 0 2E 4E 24 18 40 27
Octal 244 130 44 0 56 116 44 30 100 47
Binary 10100100 1011000 100100 0 101110 1001110 100100 11000 1000000 100111

Color Harmonies of #A45824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45824

Black with #A45824

Text Example


Text Example

White with #A45824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45824; }

 p { color: rgb(164,88,36); }

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

background-color css

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

 a { background-color: rgb(164,88,36); }

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

border-color css

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

 span { border-color: rgb(164,88,36); }

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