Html Css Color HEX #AABD6A Caper

📋 copy color: '#AABD6A'

red 170 ◦ green 189 ◦ blue 106

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

Shades of Caper #AABD6A

Tints of Caper #AABD6A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 36.56%
G = 40.65%
B = 22.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#AABD6A (or 0xAABD6A) is known color: Caper. HEX triplet: AA, BD and 6A. RGB value is (170,189,106). Sum of RGB (Red+Green+Blue) = 170+189+106=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD6A is #554295. Grayscale: #AEAEAE. Windows color (decimal): -5587606 or 6995370. OLE color: 6995370.

HSL color Cylindrical-coordinate representation of color #AABD6A: hue angle of 73.73º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AABD6A is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 106 -
CMYK 0.10 0 0.44 0.26
HSL 73.73º 0.39% 0.58% -
HSV(B) 73.73º 0.44% 0.74% -
XYZ 37.38 45.98 20.54 -
YUV 173.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 170 189 106 0.10 0 0.44 0.26 73.73 0.39 0.58
Hex AA BD 6A A 0 2C 1A 4A 27 3A
Octal 252 275 152 12 0 54 32 112 47 72
Binary 10101010 10111101 1101010 1010 0 101100 11010 1001010 100111 111010

Color Harmonies of #AABD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD6A

Black with #AABD6A

Text Example


Text Example

White with #AABD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD6A; }

 p { color: rgb(170,189,106); }

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

background-color css

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

 a { background-color: rgb(170,189,106); }

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

border-color css

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

 span { border-color: rgb(170,189,106); }

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