Html Css Color HEX #AB5D1C Rich Gold

📋 copy color: '#AB5D1C'

red 171 ◦ green 93 ◦ blue 28

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

Shades of Rich Gold #AB5D1C

Tints of Rich Gold #AB5D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 58.56%
G = 31.85%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB5D1C (or 0xAB5D1C) is known color: Rich Gold. HEX triplet: AB, 5D and 1C. RGB value is (171,93,28). Sum of RGB (Red+Green+Blue) = 171+93+28=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D1C is #54A2E3. Grayscale: #6D6D6D. Windows color (decimal): -5546724 or 1858987. OLE color: 1858987.

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

Color convert

RGB 171 93 28 -
CMYK 0 0.46 0.84 0.33
HSL 27.27º 0.72% 0.39% -
HSV(B) 27.27º 0.84% 0.67% -
XYZ 20.92 16.57 3.19 -
YUV 108.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 171 93 28 0 0.46 0.84 0.33 27.27 0.72 0.39
Hex AB 5D 1C 0 2E 54 21 1B 48 27
Octal 253 135 34 0 56 124 41 33 110 47
Binary 10101011 1011101 11100 0 101110 1010100 100001 11011 1001000 100111

Color Harmonies of #AB5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D1C

Black with #AB5D1C

Text Example


Text Example

White with #AB5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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