Html Css Color HEX #A95D1E Rich Gold

📋 copy color: '#A95D1E'

red 169 ◦ green 93 ◦ blue 30

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

Shades of Rich Gold #A95D1E

Tints of Rich Gold #A95D1E

RGB

 RED value IS 169 (66.41% from 255) = 57.88%

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

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

R = 57.88%
G = 31.85%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A95D1E (or 0xA95D1E) is known color: Rich Gold. HEX triplet: A9, 5D and 1E. RGB value is (169,93,30). Sum of RGB (Red+Green+Blue) = 169+93+30=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D1E is #56A2E1. Grayscale: #6C6C6C. Windows color (decimal): -5677794 or 1990057. OLE color: 1990057.

HSL color Cylindrical-coordinate representation of color #A95D1E: hue angle of 27.19º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A95D1E is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 93 30 -
CMYK 0 0.45 0.82 0.34
HSL 27.19º 0.7% 0.39% -
HSV(B) 27.19º 0.82% 0.66% -
XYZ 20.51 16.36 3.3 -
YUV 108.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 169 93 30 0 0.45 0.82 0.34 27.19 0.7 0.39
Hex A9 5D 1E 0 2D 52 22 1B 46 27
Octal 251 135 36 0 55 122 42 33 106 47
Binary 10101001 1011101 11110 0 101101 1010010 100010 11011 1000110 100111

Color Harmonies of #A95D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95D1E

Black with #A95D1E

Text Example


Text Example

White with #A95D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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