Html Css Color HEX #AB5E1A Rich Gold

📋 copy color: '#AB5E1A'

red 171 ◦ green 94 ◦ blue 26

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

Shades of Rich Gold #AB5E1A

Tints of Rich Gold #AB5E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

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

R = 58.76%
G = 32.3%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB5E1A (or 0xAB5E1A) is known color: Rich Gold. HEX triplet: AB, 5E and 1A. RGB value is (171,94,26). Sum of RGB (Red+Green+Blue) = 171+94+26=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E1A is #54A1E5. Grayscale: #6D6D6D. Windows color (decimal): -5546470 or 1728171. OLE color: 1728171.

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

Color convert

RGB 171 94 26 -
CMYK 0 0.45 0.85 0.33
HSL 28.14º 0.74% 0.39% -
HSV(B) 28.14º 0.85% 0.67% -
XYZ 20.98 16.74 3.1 -
YUV 109.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 171 94 26 0 0.45 0.85 0.33 28.14 0.74 0.39
Hex AB 5E 1A 0 2D 55 21 1C 4A 27
Octal 253 136 32 0 55 125 41 34 112 47
Binary 10101011 1011110 11010 0 101101 1010101 100001 11100 1001010 100111

Color Harmonies of #AB5E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E1A

Black with #AB5E1A

Text Example


Text Example

White with #AB5E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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