Html Css Color HEX #AB521A Rich Gold

📋 copy color: '#AB521A'

red 171 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #AB521A

Tints of Rich Gold #AB521A

RGB

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

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

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

R = 61.29%
G = 29.39%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB521A (or 0xAB521A) is known color: Rich Gold. HEX triplet: AB, 52 and 1A. RGB value is (171,82,26). Sum of RGB (Red+Green+Blue) = 171+82+26=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB521A is #54ADE5. Grayscale: #666666. Windows color (decimal): -5549542 or 1725099. OLE color: 1725099.

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

Color convert

RGB 171 82 26 -
CMYK 0 0.52 0.85 0.33
HSL 23.17º 0.74% 0.39% -
HSV(B) 23.17º 0.85% 0.67% -
XYZ 20 14.77 2.77 -
YUV 102.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 171 82 26 0 0.52 0.85 0.33 23.17 0.74 0.39
Hex AB 52 1A 0 34 55 21 17 4A 27
Octal 253 122 32 0 64 125 41 27 112 47
Binary 10101011 1010010 11010 0 110100 1010101 100001 10111 1001010 100111

Color Harmonies of #AB521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB521A

Black with #AB521A

Text Example


Text Example

White with #AB521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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