Html Css Color HEX #A45126 Rich Gold

📋 copy color: '#A45126'

red 164 ◦ green 81 ◦ blue 38

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

Shades of Rich Gold #A45126

Tints of Rich Gold #A45126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 57.95%
G = 28.62%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A45126 (or 0xA45126) is known color: Rich Gold. HEX triplet: A4, 51 and 26. RGB value is (164,81,38). Sum of RGB (Red+Green+Blue) = 164+81+38=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A45126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45126 is #5BAED9. Grayscale: #656565. Windows color (decimal): -6008538 or 2511268. OLE color: 2511268.

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

Color convert

RGB 164 81 38 -
CMYK 0 0.51 0.77 0.36
HSL 20.48º 0.62% 0.4% -
HSV(B) 20.48º 0.77% 0.64% -
XYZ 18.6 13.92 3.54 -
YUV 100.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 164 81 38 0 0.51 0.77 0.36 20.48 0.62 0.4
Hex A4 51 26 0 33 4D 24 14 3E 28
Octal 244 121 46 0 63 115 44 24 76 50
Binary 10100100 1010001 100110 0 110011 1001101 100100 10100 111110 101000

Color Harmonies of #A45126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45126

Black with #A45126

Text Example


Text Example

White with #A45126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45126; }

 p { color: rgb(164,81,38); }

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

background-color css

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

 a { background-color: rgb(164,81,38); }

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

border-color css

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

 span { border-color: rgb(164,81,38); }

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