Html Css Color HEX #A95D1B Rich Gold

📋 copy color: '#A95D1B'

red 169 ◦ green 93 ◦ blue 27

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

Shades of Rich Gold #A95D1B

Tints of Rich Gold #A95D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 58.48%
G = 32.18%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A95D1B (or 0xA95D1B) is known color: Rich Gold. HEX triplet: A9, 5D and 1B. RGB value is (169,93,27). Sum of RGB (Red+Green+Blue) = 169+93+27=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D1B is #56A2E4. Grayscale: #6C6C6C. Windows color (decimal): -5677797 or 1793449. OLE color: 1793449.

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

Color convert

RGB 169 93 27 -
CMYK 0 0.45 0.84 0.34
HSL 27.89º 0.72% 0.38% -
HSV(B) 27.89º 0.84% 0.66% -
XYZ 20.47 16.34 3.11 -
YUV 108.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 169 93 27 0 0.45 0.84 0.34 27.89 0.72 0.38
Hex A9 5D 1B 0 2D 54 22 1C 48 26
Octal 251 135 33 0 55 124 42 34 110 46
Binary 10101001 1011101 11011 0 101101 1010100 100010 11100 1001000 100110

Color Harmonies of #A95D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95D1B

Black with #A95D1B

Text Example


Text Example

White with #A95D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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