Html Css Color HEX #AB5A22 Rich Gold

📋 copy color: '#AB5A22'

red 171 ◦ green 90 ◦ blue 34

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

Shades of Rich Gold #AB5A22

Tints of Rich Gold #AB5A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 57.97%
G = 30.51%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB5A22 (or 0xAB5A22) is known color: Rich Gold. HEX triplet: AB, 5A and 22. RGB value is (171,90,34). Sum of RGB (Red+Green+Blue) = 171+90+34=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A22 is #54A5DD. Grayscale: #6C6C6C. Windows color (decimal): -5547486 or 2251435. OLE color: 2251435.

HSL color Cylindrical-coordinate representation of color #AB5A22: hue angle of 24.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB5A22 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 34 -
CMYK 0 0.47 0.80 0.33
HSL 24.53º 0.67% 0.4% -
HSV(B) 24.53º 0.8% 0.67% -
XYZ 20.74 16.09 3.53 -
YUV 107.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 171 90 34 0 0.47 0.80 0.33 24.53 0.67 0.4
Hex AB 5A 22 0 2F 50 21 19 43 28
Octal 253 132 42 0 57 120 41 31 103 50
Binary 10101011 1011010 100010 0 101111 1010000 100001 11001 1000011 101000

Color Harmonies of #AB5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A22

Black with #AB5A22

Text Example


Text Example

White with #AB5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A22; }

 p { color: rgb(171,90,34); }

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

background-color css

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

 a { background-color: rgb(171,90,34); }

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

border-color css

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

 span { border-color: rgb(171,90,34); }

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