Html Css Color HEX #AAB76F Caper

📋 copy color: '#AAB76F'

red 170 ◦ green 183 ◦ blue 111

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

Shades of Caper #AAB76F

Tints of Caper #AAB76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 36.64%
G = 39.44%
B = 23.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#AAB76F (or 0xAAB76F) is known color: Caper. HEX triplet: AA, B7 and 6F. RGB value is (170,183,111). Sum of RGB (Red+Green+Blue) = 170+183+111=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76F is #554890. Grayscale: #ABABAB. Windows color (decimal): -5589137 or 7321514. OLE color: 7321514.

HSL color Cylindrical-coordinate representation of color #AAB76F: hue angle of 70.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB76F is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 111 -
CMYK 0.07 0 0.39 0.28
HSL 70.83º 0.33% 0.58% -
HSV(B) 70.83º 0.39% 0.72% -
XYZ 36.38 43.56 21.53 -
YUV 170.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 170 183 111 0.07 0 0.39 0.28 70.83 0.33 0.58
Hex AA B7 6F 7 0 27 1C 47 21 3A
Octal 252 267 157 7 0 47 34 107 41 72
Binary 10101010 10110111 1101111 111 0 100111 11100 1000111 100001 111010

Color Harmonies of #AAB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB76F

Black with #AAB76F

Text Example


Text Example

White with #AAB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB76F; }

 p { color: rgb(170,183,111); }

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

background-color css

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

 a { background-color: rgb(170,183,111); }

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

border-color css

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

 span { border-color: rgb(170,183,111); }

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