Html Css Color HEX #AB5D1E Rich Gold

📋 copy color: '#AB5D1E'

red 171 ◦ green 93 ◦ blue 30

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

Shades of Rich Gold #AB5D1E

Tints of Rich Gold #AB5D1E

RGB

 RED value IS 171 (67.19% from 255) = 58.16%

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

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

R = 58.16%
G = 31.63%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB5D1E (or 0xAB5D1E) is known color: Rich Gold. HEX triplet: AB, 5D and 1E. RGB value is (171,93,30). Sum of RGB (Red+Green+Blue) = 171+93+30=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D1E is #54A2E1. Grayscale: #6D6D6D. Windows color (decimal): -5546722 or 1990059. OLE color: 1990059.

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

Color convert

RGB 171 93 30 -
CMYK 0 0.46 0.82 0.33
HSL 26.81º 0.7% 0.39% -
HSV(B) 26.81º 0.82% 0.67% -
XYZ 20.94 16.58 3.32 -
YUV 109.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 171 93 30 0 0.46 0.82 0.33 26.81 0.7 0.39
Hex AB 5D 1E 0 2E 52 21 1B 46 27
Octal 253 135 36 0 56 122 41 33 106 47
Binary 10101011 1011101 11110 0 101110 1010010 100001 11011 1000110 100111

Color Harmonies of #AB5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D1E

Black with #AB5D1E

Text Example


Text Example

White with #AB5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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