Html Css Color HEX #AAC67F Caper

📋 copy color: '#AAC67F'

red 170 ◦ green 198 ◦ blue 127

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

Shades of Caper #AAC67F

Tints of Caper #AAC67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 34.34%
G = 40%
B = 25.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#AAC67F (or 0xAAC67F) is known color: Caper. HEX triplet: AA, C6 and 7F. RGB value is (170,198,127). Sum of RGB (Red+Green+Blue) = 170+198+127=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC67F is #553980. Grayscale: #B5B5B5. Windows color (decimal): -5585281 or 8373930. OLE color: 8373930.

HSL color Cylindrical-coordinate representation of color #AAC67F: hue angle of 83.66º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC67F is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 127 -
CMYK 0.14 0 0.36 0.22
HSL 83.66º 0.38% 0.64% -
HSV(B) 83.66º 0.36% 0.78% -
XYZ 40.6 50.47 27.68 -
YUV 181.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 170 198 127 0.14 0 0.36 0.22 83.66 0.38 0.64
Hex AA C6 7F E 0 24 16 54 26 40
Octal 252 306 177 16 0 44 26 124 46 100
Binary 10101010 11000110 1111111 1110 0 100100 10110 1010100 100110 1000000

Color Harmonies of #AAC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC67F

Black with #AAC67F

Text Example


Text Example

White with #AAC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC67F; }

 p { color: rgb(170,198,127); }

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

background-color css

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

 a { background-color: rgb(170,198,127); }

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

border-color css

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

 span { border-color: rgb(170,198,127); }

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