Html Css Color HEX #AB4D1A Rich Gold

📋 copy color: '#AB4D1A'

red 171 ◦ green 77 ◦ blue 26

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

Shades of Rich Gold #AB4D1A

Tints of Rich Gold #AB4D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 62.41%
G = 28.1%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB4D1A (or 0xAB4D1A) is known color: Rich Gold. HEX triplet: AB, 4D and 1A. RGB value is (171,77,26). Sum of RGB (Red+Green+Blue) = 171+77+26=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D1A is #54B2E5. Grayscale: #636363. Windows color (decimal): -5550822 or 1723819. OLE color: 1723819.

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

Color convert

RGB 171 77 26 -
CMYK 0 0.55 0.85 0.33
HSL 21.1º 0.74% 0.39% -
HSV(B) 21.1º 0.85% 0.67% -
XYZ 19.63 14.04 2.65 -
YUV 99.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 171 77 26 0 0.55 0.85 0.33 21.1 0.74 0.39
Hex AB 4D 1A 0 37 55 21 15 4A 27
Octal 253 115 32 0 67 125 41 25 112 47
Binary 10101011 1001101 11010 0 110111 1010101 100001 10101 1001010 100111

Color Harmonies of #AB4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D1A

Black with #AB4D1A

Text Example


Text Example

White with #AB4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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