Html Css Color HEX #AABA73 Caper

📋 copy color: '#AABA73'

red 170 ◦ green 186 ◦ blue 115

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

Shades of Caper #AABA73

Tints of Caper #AABA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.42%

R = 36.09%
G = 39.49%
B = 24.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#AABA73 (or 0xAABA73) is known color: Caper. HEX triplet: AA, BA and 73. RGB value is (170,186,115). Sum of RGB (Red+Green+Blue) = 170+186+115=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA73 is #55458C. Grayscale: #ADADAD. Windows color (decimal): -5588365 or 7584426. OLE color: 7584426.

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

Color convert

RGB 170 186 115 -
CMYK 0.09 0 0.38 0.27
HSL 73.52º 0.34% 0.59% -
HSV(B) 73.52º 0.38% 0.73% -
XYZ 37.23 44.9 22.92 -
YUV 173.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 170 186 115 0.09 0 0.38 0.27 73.52 0.34 0.59
Hex AA BA 73 9 0 26 1B 4A 22 3B
Octal 252 272 163 11 0 46 33 112 42 73
Binary 10101010 10111010 1110011 1001 0 100110 11011 1001010 100010 111011

Color Harmonies of #AABA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA73

Black with #AABA73

Text Example


Text Example

White with #AABA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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