Html Css Color HEX #AAB77A Caper

📋 copy color: '#AAB77A'

red 170 ◦ green 183 ◦ blue 122

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

Shades of Caper #AAB77A

Tints of Caper #AAB77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.68%

R = 35.79%
G = 38.53%
B = 25.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#AAB77A (or 0xAAB77A) is known color: Caper. HEX triplet: AA, B7 and 7A. RGB value is (170,183,122). Sum of RGB (Red+Green+Blue) = 170+183+122=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB77A is #554885. Grayscale: #ACACAC. Windows color (decimal): -5589126 or 8042410. OLE color: 8042410.

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

Color convert

RGB 170 183 122 -
CMYK 0.07 0 0.33 0.28
HSL 72.79º 0.3% 0.6% -
HSV(B) 72.79º 0.33% 0.72% -
XYZ 37.02 43.82 24.92 -
YUV 172.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 170 183 122 0.07 0 0.33 0.28 72.79 0.3 0.6
Hex AA B7 7A 7 0 21 1C 49 1E 3C
Octal 252 267 172 7 0 41 34 111 36 74
Binary 10101010 10110111 1111010 111 0 100001 11100 1001001 11110 111100

Color Harmonies of #AAB77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB77A

Black with #AAB77A

Text Example


Text Example

White with #AAB77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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