Html Css Color HEX #AABB76 Caper

📋 copy color: '#AABB76'

red 170 ◦ green 187 ◦ blue 118

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

Shades of Caper #AABB76

Tints of Caper #AABB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 35.79%
G = 39.37%
B = 24.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#AABB76 (or 0xAABB76) is known color: Caper. HEX triplet: AA, BB and 76. RGB value is (170,187,118). Sum of RGB (Red+Green+Blue) = 170+187+118=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB76 is #554489. Grayscale: #AEAEAE. Windows color (decimal): -5588106 or 7781290. OLE color: 7781290.

HSL color Cylindrical-coordinate representation of color #AABB76: hue angle of 74.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AABB76 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 118 -
CMYK 0.09 0 0.37 0.27
HSL 74.78º 0.34% 0.6% -
HSV(B) 74.78º 0.37% 0.73% -
XYZ 37.62 45.39 23.92 -
YUV 174.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 170 187 118 0.09 0 0.37 0.27 74.78 0.34 0.6
Hex AA BB 76 9 0 25 1B 4B 22 3C
Octal 252 273 166 11 0 45 33 113 42 74
Binary 10101010 10111011 1110110 1001 0 100101 11011 1001011 100010 111100

Color Harmonies of #AABB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB76

Black with #AABB76

Text Example


Text Example

White with #AABB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB76; }

 p { color: rgb(170,187,118); }

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

background-color css

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

 a { background-color: rgb(170,187,118); }

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

border-color css

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

 span { border-color: rgb(170,187,118); }

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