Html Css Color HEX #AB541A Rich Gold

📋 copy color: '#AB541A'

red 171 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #AB541A

Tints of Rich Gold #AB541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 60.85%
G = 29.89%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB541A (or 0xAB541A) is known color: Rich Gold. HEX triplet: AB, 54 and 1A. RGB value is (171,84,26). Sum of RGB (Red+Green+Blue) = 171+84+26=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB541A is #54ABE5. Grayscale: #676767. Windows color (decimal): -5549030 or 1725611. OLE color: 1725611.

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

Color convert

RGB 171 84 26 -
CMYK 0 0.51 0.85 0.33
HSL 24º 0.74% 0.39% -
HSV(B) 24º 0.85% 0.67% -
XYZ 20.15 15.07 2.82 -
YUV 103.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 171 84 26 0 0.51 0.85 0.33 24 0.74 0.39
Hex AB 54 1A 0 33 55 21 18 4A 27
Octal 253 124 32 0 63 125 41 30 112 47
Binary 10101011 1010100 11010 0 110011 1010101 100001 11000 1001010 100111

Color Harmonies of #AB541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB541A

Black with #AB541A

Text Example


Text Example

White with #AB541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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