Html Css Color HEX #A45D1E Rich Gold

📋 copy color: '#A45D1E'

red 164 ◦ green 93 ◦ blue 30

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

Shades of Rich Gold #A45D1E

Tints of Rich Gold #A45D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

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

R = 57.14%
G = 32.4%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A45D1E (or 0xA45D1E) is known color: Rich Gold. HEX triplet: A4, 5D and 1E. RGB value is (164,93,30). Sum of RGB (Red+Green+Blue) = 164+93+30=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D1E is #5BA2E1. Grayscale: #6B6B6B. Windows color (decimal): -6005474 or 1990052. OLE color: 1990052.

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

Color convert

RGB 164 93 30 -
CMYK 0 0.43 0.82 0.36
HSL 28.21º 0.69% 0.38% -
HSV(B) 28.21º 0.82% 0.64% -
XYZ 19.46 15.81 3.26 -
YUV 107.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 164 93 30 0 0.43 0.82 0.36 28.21 0.69 0.38
Hex A4 5D 1E 0 2B 52 24 1C 45 26
Octal 244 135 36 0 53 122 44 34 105 46
Binary 10100100 1011101 11110 0 101011 1010010 100100 11100 1000101 100110

Color Harmonies of #A45D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D1E

Black with #A45D1E

Text Example


Text Example

White with #A45D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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