Html Css Color HEX #AB521D Rich Gold

📋 copy color: '#AB521D'

red 171 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #AB521D

Tints of Rich Gold #AB521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 60.64%
G = 29.08%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB521D (or 0xAB521D) is known color: Rich Gold. HEX triplet: AB, 52 and 1D. RGB value is (171,82,29). Sum of RGB (Red+Green+Blue) = 171+82+29=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB521D is #54ADE2. Grayscale: #666666. Windows color (decimal): -5549539 or 1921707. OLE color: 1921707.

HSL color Cylindrical-coordinate representation of color #AB521D: hue angle of 22.39º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB521D is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 29 -
CMYK 0 0.52 0.83 0.33
HSL 22.39º 0.71% 0.39% -
HSV(B) 22.39º 0.83% 0.67% -
XYZ 20.03 14.78 2.96 -
YUV 102.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 171 82 29 0 0.52 0.83 0.33 22.39 0.71 0.39
Hex AB 52 1D 0 34 53 21 16 47 27
Octal 253 122 35 0 64 123 41 26 107 47
Binary 10101011 1010010 11101 0 110100 1010011 100001 10110 1000111 100111

Color Harmonies of #AB521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB521D

Black with #AB521D

Text Example


Text Example

White with #AB521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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