Html Css Color HEX #AB581A Rich Gold

📋 copy color: '#AB581A'

red 171 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #AB581A

Tints of Rich Gold #AB581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 60%
G = 30.88%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB581A (or 0xAB581A) is known color: Rich Gold. HEX triplet: AB, 58 and 1A. RGB value is (171,88,26). Sum of RGB (Red+Green+Blue) = 171+88+26=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB581A is #54A7E5. Grayscale: #6A6A6A. Windows color (decimal): -5548006 or 1726635. OLE color: 1726635.

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

Color convert

RGB 171 88 26 -
CMYK 0 0.49 0.85 0.33
HSL 25.66º 0.74% 0.39% -
HSV(B) 25.66º 0.85% 0.67% -
XYZ 20.47 15.71 2.93 -
YUV 105.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 171 88 26 0 0.49 0.85 0.33 25.66 0.74 0.39
Hex AB 58 1A 0 31 55 21 1A 4A 27
Octal 253 130 32 0 61 125 41 32 112 47
Binary 10101011 1011000 11010 0 110001 1010101 100001 11010 1001010 100111

Color Harmonies of #AB581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB581A

Black with #AB581A

Text Example


Text Example

White with #AB581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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