Html Css Color HEX #AAB875 Caper

📋 copy color: '#AAB875'

red 170 ◦ green 184 ◦ blue 117

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

Shades of Caper #AAB875

Tints of Caper #AAB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

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

R = 36.09%
G = 39.07%
B = 24.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#AAB875 (or 0xAAB875) is known color: Caper. HEX triplet: AA, B8 and 75. RGB value is (170,184,117). Sum of RGB (Red+Green+Blue) = 170+184+117=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB875 is #55478A. Grayscale: #ACACAC. Windows color (decimal): -5588875 or 7714986. OLE color: 7714986.

HSL color Cylindrical-coordinate representation of color #AAB875: hue angle of 72.54º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB875 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 117 -
CMYK 0.08 0 0.36 0.28
HSL 72.54º 0.32% 0.59% -
HSV(B) 72.54º 0.36% 0.72% -
XYZ 36.93 44.11 23.4 -
YUV 172.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 170 184 117 0.08 0 0.36 0.28 72.54 0.32 0.59
Hex AA B8 75 8 0 24 1C 49 20 3B
Octal 252 270 165 10 0 44 34 111 40 73
Binary 10101010 10111000 1110101 1000 0 100100 11100 1001001 100000 111011

Color Harmonies of #AAB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB875

Black with #AAB875

Text Example


Text Example

White with #AAB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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