Html Css Color HEX #A9B486 Caper

📋 copy color: '#A9B486'

red 169 ◦ green 180 ◦ blue 134

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

Shades of Caper #A9B486

Tints of Caper #A9B486

RGB

 RED value IS 169 (66.41% from 255) = 34.99%

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 34.99%
G = 37.27%
B = 27.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A9B486 (or 0xA9B486) is known color: Caper. HEX triplet: A9, B4 and 86. RGB value is (169,180,134). Sum of RGB (Red+Green+Blue) = 169+180+134=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B486 is #564B79. Grayscale: #ABABAB. Windows color (decimal): -5655418 or 8828073. OLE color: 8828073.

HSL color Cylindrical-coordinate representation of color #A9B486: hue angle of 74.35º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B486 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 134 -
CMYK 0.06 0 0.26 0.29
HSL 74.35º 0.23% 0.62% -
HSV(B) 74.35º 0.26% 0.71% -
XYZ 36.99 42.8 28.87 -
YUV 171.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 169 180 134 0.06 0 0.26 0.29 74.35 0.23 0.62
Hex A9 B4 86 6 0 1A 1D 4A 17 3E
Octal 251 264 206 6 0 32 35 112 27 76
Binary 10101001 10110100 10000110 110 0 11010 11101 1001010 10111 111110

Color Harmonies of #A9B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B486

Black with #A9B486

Text Example


Text Example

White with #A9B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B486; }

 p { color: rgb(169,180,134); }

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

background-color css

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

 a { background-color: rgb(169,180,134); }

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

border-color css

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

 span { border-color: rgb(169,180,134); }

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