Html Css Color HEX #A9B985 Caper

📋 copy color: '#A9B985'

red 169 ◦ green 185 ◦ blue 133

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

Shades of Caper #A9B985

Tints of Caper #A9B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 34.7%
G = 37.99%
B = 27.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#A9B985 (or 0xA9B985) is known color: Caper. HEX triplet: A9, B9 and 85. RGB value is (169,185,133). Sum of RGB (Red+Green+Blue) = 169+185+133=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B985 is #56467A. Grayscale: #AEAEAE. Windows color (decimal): -5654139 or 8763817. OLE color: 8763817.

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

Color convert

RGB 169 185 133 -
CMYK 0.09 0 0.28 0.27
HSL 78.46º 0.27% 0.62% -
HSV(B) 78.46º 0.28% 0.73% -
XYZ 37.94 44.83 28.84 -
YUV 174.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 169 185 133 0.09 0 0.28 0.27 78.46 0.27 0.62
Hex A9 B9 85 9 0 1C 1B 4E 1B 3E
Octal 251 271 205 11 0 34 33 116 33 76
Binary 10101001 10111001 10000101 1001 0 11100 11011 1001110 11011 111110

Color Harmonies of #A9B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B985

Black with #A9B985

Text Example


Text Example

White with #A9B985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B985; }

 p { color: rgb(169,185,133); }

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

background-color css

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

 a { background-color: rgb(169,185,133); }

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

border-color css

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

 span { border-color: rgb(169,185,133); }

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