Html Css Color HEX #AAB975 Caper

📋 copy color: '#AAB975'

red 170 ◦ green 185 ◦ blue 117

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

Shades of Caper #AAB975

Tints of Caper #AAB975

RGB

 RED value IS 170 (66.8% from 255) = 36.02%

 GREEN value IS 185 (72.66% from 255) = 39.19%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 36.02%
G = 39.19%
B = 24.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#AAB975 (or 0xAAB975) is known color: Caper. HEX triplet: AA, B9 and 75. RGB value is (170,185,117). Sum of RGB (Red+Green+Blue) = 170+185+117=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB975 is #55468A. Grayscale: #ADADAD. Windows color (decimal): -5588619 or 7715242. OLE color: 7715242.

HSL color Cylindrical-coordinate representation of color #AAB975: hue angle of 73.24º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB975 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 117 -
CMYK 0.08 0 0.37 0.27
HSL 73.24º 0.33% 0.59% -
HSV(B) 73.24º 0.37% 0.73% -
XYZ 37.14 44.53 23.47 -
YUV 172.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 170 185 117 0.08 0 0.37 0.27 73.24 0.33 0.59
Hex AA B9 75 8 0 25 1B 49 21 3B
Octal 252 271 165 10 0 45 33 111 41 73
Binary 10101010 10111001 1110101 1000 0 100101 11011 1001001 100001 111011

Color Harmonies of #AAB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB975

Black with #AAB975

Text Example


Text Example

White with #AAB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB975; }

 p { color: rgb(170,185,117); }

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

background-color css

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

 a { background-color: rgb(170,185,117); }

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

border-color css

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

 span { border-color: rgb(170,185,117); }

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