Html Css Color HEX #A45A1C Rich Gold

📋 copy color: '#A45A1C'

red 164 ◦ green 90 ◦ blue 28

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

Shades of Rich Gold #A45A1C

Tints of Rich Gold #A45A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 58.16%
G = 31.91%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A45A1C (or 0xA45A1C) is known color: Rich Gold. HEX triplet: A4, 5A and 1C. RGB value is (164,90,28). Sum of RGB (Red+Green+Blue) = 164+90+28=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A1C is #5BA5E3. Grayscale: #696969. Windows color (decimal): -6006244 or 1858212. OLE color: 1858212.

HSL color Cylindrical-coordinate representation of color #A45A1C: hue angle of 27.35º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A45A1C is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 90 28 -
CMYK 0 0.45 0.83 0.36
HSL 27.35º 0.71% 0.38% -
HSV(B) 27.35º 0.83% 0.64% -
XYZ 19.18 15.29 3.04 -
YUV 105.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 164 90 28 0 0.45 0.83 0.36 27.35 0.71 0.38
Hex A4 5A 1C 0 2D 53 24 1B 47 26
Octal 244 132 34 0 55 123 44 33 107 46
Binary 10100100 1011010 11100 0 101101 1010011 100100 11011 1000111 100110

Color Harmonies of #A45A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A1C

Black with #A45A1C

Text Example


Text Example

White with #A45A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A1C; }

 p { color: rgb(164,90,28); }

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

background-color css

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

 a { background-color: rgb(164,90,28); }

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

border-color css

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

 span { border-color: rgb(164,90,28); }

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