Html Css Color HEX #AB4D1C Rich Gold

📋 copy color: '#AB4D1C'

red 171 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #AB4D1C

Tints of Rich Gold #AB4D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

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

R = 61.96%
G = 27.9%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB4D1C (or 0xAB4D1C) is known color: Rich Gold. HEX triplet: AB, 4D and 1C. RGB value is (171,77,28). Sum of RGB (Red+Green+Blue) = 171+77+28=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D1C is #54B2E3. Grayscale: #636363. Windows color (decimal): -5550820 or 1854891. OLE color: 1854891.

HSL color Cylindrical-coordinate representation of color #AB4D1C: hue angle of 20.56º 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 #AB4D1C is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 28 -
CMYK 0 0.55 0.84 0.33
HSL 20.56º 0.72% 0.39% -
HSV(B) 20.56º 0.84% 0.67% -
XYZ 19.66 14.05 2.77 -
YUV 99.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 171 77 28 0 0.55 0.84 0.33 20.56 0.72 0.39
Hex AB 4D 1C 0 37 54 21 15 48 27
Octal 253 115 34 0 67 124 41 25 110 47
Binary 10101011 1001101 11100 0 110111 1010100 100001 10101 1001000 100111

Color Harmonies of #AB4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D1C

Black with #AB4D1C

Text Example


Text Example

White with #AB4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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