Html Css Color HEX #AB521B Rich Gold

📋 copy color: '#AB521B'

red 171 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #AB521B

Tints of Rich Gold #AB521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 61.07%
G = 29.29%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB521B (or 0xAB521B) is known color: Rich Gold. HEX triplet: AB, 52 and 1B. RGB value is (171,82,27). Sum of RGB (Red+Green+Blue) = 171+82+27=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB521B is #54ADE4. Grayscale: #666666. Windows color (decimal): -5549541 or 1790635. OLE color: 1790635.

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

Color convert

RGB 171 82 27 -
CMYK 0 0.52 0.84 0.33
HSL 22.92º 0.73% 0.39% -
HSV(B) 22.92º 0.84% 0.67% -
XYZ 20.01 14.77 2.83 -
YUV 102.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 171 82 27 0 0.52 0.84 0.33 22.92 0.73 0.39
Hex AB 52 1B 0 34 54 21 17 49 27
Octal 253 122 33 0 64 124 41 27 111 47
Binary 10101011 1010010 11011 0 110100 1010100 100001 10111 1001001 100111

Color Harmonies of #AB521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB521B

Black with #AB521B

Text Example


Text Example

White with #AB521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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