Html Css Color HEX #AABA6C Caper

📋 copy color: '#AABA6C'

red 170 ◦ green 186 ◦ blue 108

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

Shades of Caper #AABA6C

Tints of Caper #AABA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 36.64%
G = 40.09%
B = 23.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#AABA6C (or 0xAABA6C) is known color: Caper. HEX triplet: AA, BA and 6C. RGB value is (170,186,108). Sum of RGB (Red+Green+Blue) = 170+186+108=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA6C is #554593. Grayscale: #ACACAC. Windows color (decimal): -5588372 or 7125674. OLE color: 7125674.

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

Color convert

RGB 170 186 108 -
CMYK 0.09 0 0.42 0.27
HSL 72.31º 0.36% 0.58% -
HSV(B) 72.31º 0.42% 0.73% -
XYZ 36.84 44.75 20.88 -
YUV 172.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 170 186 108 0.09 0 0.42 0.27 72.31 0.36 0.58
Hex AA BA 6C 9 0 2A 1B 48 24 3A
Octal 252 272 154 11 0 52 33 110 44 72
Binary 10101010 10111010 1101100 1001 0 101010 11011 1001000 100100 111010

Color Harmonies of #AABA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA6C

Black with #AABA6C

Text Example


Text Example

White with #AABA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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