Html Css Color HEX #A45A1E Rich Gold

📋 copy color: '#A45A1E'

red 164 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #A45A1E

Tints of Rich Gold #A45A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 57.75%
G = 31.69%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A45A1E (or 0xA45A1E) is known color: Rich Gold. HEX triplet: A4, 5A and 1E. RGB value is (164,90,30). Sum of RGB (Red+Green+Blue) = 164+90+30=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A1E is #5BA5E1. Grayscale: #696969. Windows color (decimal): -6006242 or 1989284. OLE color: 1989284.

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

Color convert

RGB 164 90 30 -
CMYK 0 0.45 0.82 0.36
HSL 26.87º 0.69% 0.38% -
HSV(B) 26.87º 0.82% 0.64% -
XYZ 19.2 15.3 3.17 -
YUV 105.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 164 90 30 0 0.45 0.82 0.36 26.87 0.69 0.38
Hex A4 5A 1E 0 2D 52 24 1B 45 26
Octal 244 132 36 0 55 122 44 33 105 46
Binary 10100100 1011010 11110 0 101101 1010010 100100 11011 1000101 100110

Color Harmonies of #A45A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A1E

Black with #A45A1E

Text Example


Text Example

White with #A45A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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