Html Css Color HEX #A45528 Rich Gold

📋 copy color: '#A45528'

red 164 ◦ green 85 ◦ blue 40

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

Shades of Rich Gold #A45528

Tints of Rich Gold #A45528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 56.75%
G = 29.41%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A45528 (or 0xA45528) is known color: Rich Gold. HEX triplet: A4, 55 and 28. RGB value is (164,85,40). Sum of RGB (Red+Green+Blue) = 164+85+40=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A45528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45528 is #5BAAD7. Grayscale: #676767. Windows color (decimal): -6007512 or 2643364. OLE color: 2643364.

HSL color Cylindrical-coordinate representation of color #A45528: hue angle of 21.77º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A45528 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 40 -
CMYK 0 0.48 0.76 0.36
HSL 21.77º 0.61% 0.4% -
HSV(B) 21.77º 0.76% 0.64% -
XYZ 18.94 14.54 3.82 -
YUV 103.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 164 85 40 0 0.48 0.76 0.36 21.77 0.61 0.4
Hex A4 55 28 0 30 4C 24 16 3D 28
Octal 244 125 50 0 60 114 44 26 75 50
Binary 10100100 1010101 101000 0 110000 1001100 100100 10110 111101 101000

Color Harmonies of #A45528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45528

Black with #A45528

Text Example


Text Example

White with #A45528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45528; }

 p { color: rgb(164,85,40); }

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

background-color css

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

 a { background-color: rgb(164,85,40); }

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

border-color css

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

 span { border-color: rgb(164,85,40); }

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