Html Css Color HEX #AAB68A Caper

📋 copy color: '#AAB68A'

red 170 ◦ green 182 ◦ blue 138

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

Shades of Caper #AAB68A

Tints of Caper #AAB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 34.69%
G = 37.14%
B = 28.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#AAB68A (or 0xAAB68A) is known color: Caper. HEX triplet: AA, B6 and 8A. RGB value is (170,182,138). Sum of RGB (Red+Green+Blue) = 170+182+138=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68A is #554975. Grayscale: #ADADAD. Windows color (decimal): -5589366 or 9090730. OLE color: 9090730.

HSL color Cylindrical-coordinate representation of color #AAB68A: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB68A is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 138 -
CMYK 0.07 0 0.24 0.29
HSL 76.36º 0.23% 0.63% -
HSV(B) 76.36º 0.24% 0.71% -
XYZ 37.89 43.84 30.51 -
YUV 173.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 170 182 138 0.07 0 0.24 0.29 76.36 0.23 0.63
Hex AA B6 8A 7 0 18 1D 4C 17 3F
Octal 252 266 212 7 0 30 35 114 27 77
Binary 10101010 10110110 10001010 111 0 11000 11101 1001100 10111 111111

Color Harmonies of #AAB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB68A

Black with #AAB68A

Text Example


Text Example

White with #AAB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB68A; }

 p { color: rgb(170,182,138); }

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

background-color css

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

 a { background-color: rgb(170,182,138); }

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

border-color css

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

 span { border-color: rgb(170,182,138); }

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