Html Css Color HEX #AB531B Rich Gold

📋 copy color: '#AB531B'

red 171 ◦ green 83 ◦ blue 27

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

Shades of Rich Gold #AB531B

Tints of Rich Gold #AB531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 60.85%
G = 29.54%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB531B (or 0xAB531B) is known color: Rich Gold. HEX triplet: AB, 53 and 1B. RGB value is (171,83,27). Sum of RGB (Red+Green+Blue) = 171+83+27=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB531B is #54ACE4. Grayscale: #676767. Windows color (decimal): -5549285 or 1790891. OLE color: 1790891.

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

Color convert

RGB 171 83 27 -
CMYK 0 0.51 0.84 0.33
HSL 23.33º 0.73% 0.39% -
HSV(B) 23.33º 0.84% 0.67% -
XYZ 20.09 14.92 2.86 -
YUV 102.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 171 83 27 0 0.51 0.84 0.33 23.33 0.73 0.39
Hex AB 53 1B 0 33 54 21 17 49 27
Octal 253 123 33 0 63 124 41 27 111 47
Binary 10101011 1010011 11011 0 110011 1010100 100001 10111 1001001 100111

Color Harmonies of #AB531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB531B

Black with #AB531B

Text Example


Text Example

White with #AB531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB531B; }

 p { color: rgb(171,83,27); }

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

background-color css

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

 a { background-color: rgb(171,83,27); }

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

border-color css

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

 span { border-color: rgb(171,83,27); }

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