Html Css Color HEX #AABA75 Caper

📋 copy color: '#AABA75'

red 170 ◦ green 186 ◦ blue 117

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

Shades of Caper #AABA75

Tints of Caper #AABA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 35.94%
G = 39.32%
B = 24.74%

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

#AABA75 (or 0xAABA75) is known color: Caper. HEX triplet: AA, BA and 75. RGB value is (170,186,117). Sum of RGB (Red+Green+Blue) = 170+186+117=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA75 is #55458A. Grayscale: #ADADAD. Windows color (decimal): -5588363 or 7715498. OLE color: 7715498.

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

Color convert

RGB 170 186 117 -
CMYK 0.09 0 0.37 0.27
HSL 73.91º 0.33% 0.59% -
HSV(B) 73.91º 0.37% 0.73% -
XYZ 37.35 44.95 23.54 -
YUV 173.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 170 186 117 0.09 0 0.37 0.27 73.91 0.33 0.59
Hex AA BA 75 9 0 25 1B 4A 21 3B
Octal 252 272 165 11 0 45 33 112 41 73
Binary 10101010 10111010 1110101 1001 0 100101 11011 1001010 100001 111011

Color Harmonies of #AABA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA75

Black with #AABA75

Text Example


Text Example

White with #AABA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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