Html Css Color HEX #AACA7D Caper

📋 copy color: '#AACA7D'

red 170 ◦ green 202 ◦ blue 125

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

Shades of Caper #AACA7D

Tints of Caper #AACA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 34.21%
G = 40.64%
B = 25.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#AACA7D (or 0xAACA7D) is known color: Caper. HEX triplet: AA, CA and 7D. RGB value is (170,202,125). Sum of RGB (Red+Green+Blue) = 170+202+125=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA7D is #553582. Grayscale: #B7B7B7. Windows color (decimal): -5584259 or 8243882. OLE color: 8243882.

HSL color Cylindrical-coordinate representation of color #AACA7D: hue angle of 84.94º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AACA7D is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 125 -
CMYK 0.16 0 0.38 0.21
HSL 84.94º 0.42% 0.64% -
HSV(B) 84.94º 0.38% 0.79% -
XYZ 41.4 52.27 27.31 -
YUV 183.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 170 202 125 0.16 0 0.38 0.21 84.94 0.42 0.64
Hex AA CA 7D 10 0 26 15 55 2A 40
Octal 252 312 175 20 0 46 25 125 52 100
Binary 10101010 11001010 1111101 10000 0 100110 10101 1010101 101010 1000000

Color Harmonies of #AACA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA7D

Black with #AACA7D

Text Example


Text Example

White with #AACA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA7D; }

 p { color: rgb(170,202,125); }

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

background-color css

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

 a { background-color: rgb(170,202,125); }

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

border-color css

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

 span { border-color: rgb(170,202,125); }

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