Html Css Color HEX #AABA76 Caper

📋 copy color: '#AABA76'

red 170 ◦ green 186 ◦ blue 118

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

Shades of Caper #AABA76

Tints of Caper #AABA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

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

R = 35.86%
G = 39.24%
B = 24.89%

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

#AABA76 (or 0xAABA76) is known color: Caper. HEX triplet: AA, BA and 76. RGB value is (170,186,118). Sum of RGB (Red+Green+Blue) = 170+186+118=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA76 is #554589. Grayscale: #ADADAD. Windows color (decimal): -5588362 or 7781034. OLE color: 7781034.

HSL color Cylindrical-coordinate representation of color #AABA76: hue angle of 74.12º degrees, saturation: 0.33, 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 #AABA76 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 118 -
CMYK 0.09 0 0.37 0.27
HSL 74.12º 0.33% 0.6% -
HSV(B) 74.12º 0.37% 0.73% -
XYZ 37.41 44.97 23.85 -
YUV 173.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 170 186 118 0.09 0 0.37 0.27 74.12 0.33 0.6
Hex AA BA 76 9 0 25 1B 4A 21 3C
Octal 252 272 166 11 0 45 33 112 41 74
Binary 10101010 10111010 1110110 1001 0 100101 11011 1001010 100001 111100

Color Harmonies of #AABA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA76

Black with #AABA76

Text Example


Text Example

White with #AABA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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