Html Css Color HEX #AAB37F Caper

📋 copy color: '#AAB37F'

red 170 ◦ green 179 ◦ blue 127

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

Shades of Caper #AAB37F

Tints of Caper #AAB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 127 (50% from 255) = 26.68%

R = 35.71%
G = 37.61%
B = 26.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#AAB37F (or 0xAAB37F) is known color: Caper. HEX triplet: AA, B3 and 7F. RGB value is (170,179,127). Sum of RGB (Red+Green+Blue) = 170+179+127=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37F is #554C80. Grayscale: #AAAAAA. Windows color (decimal): -5590145 or 8369066. OLE color: 8369066.

HSL color Cylindrical-coordinate representation of color #AAB37F: hue angle of 70.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB37F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 127 -
CMYK 0.05 0 0.29 0.30
HSL 70.38º 0.25% 0.6% -
HSV(B) 70.38º 0.29% 0.7% -
XYZ 36.53 42.32 26.32 -
YUV 170.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 170 179 127 0.05 0 0.29 0.30 70.38 0.25 0.6
Hex AA B3 7F 5 0 1D 1E 46 19 3C
Octal 252 263 177 5 0 35 36 106 31 74
Binary 10101010 10110011 1111111 101 0 11101 11110 1000110 11001 111100

Color Harmonies of #AAB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB37F

Black with #AAB37F

Text Example


Text Example

White with #AAB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB37F; }

 p { color: rgb(170,179,127); }

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

background-color css

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

 a { background-color: rgb(170,179,127); }

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

border-color css

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

 span { border-color: rgb(170,179,127); }

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