Html Css Color HEX #A9B676 Caper

📋 copy color: '#A9B676'

red 169 ◦ green 182 ◦ blue 118

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

Shades of Caper #A9B676

Tints of Caper #A9B676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 36.03%
G = 38.81%
B = 25.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A9B676 (or 0xA9B676) is known color: Caper. HEX triplet: A9, B6 and 76. RGB value is (169,182,118). Sum of RGB (Red+Green+Blue) = 169+182+118=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B676 is #564989. Grayscale: #ABABAB. Windows color (decimal): -5654922 or 7780009. OLE color: 7780009.

HSL color Cylindrical-coordinate representation of color #A9B676: hue angle of 72.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9B676 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 182 118 -
CMYK 0.07 0 0.35 0.29
HSL 72.19º 0.3% 0.59% -
HSV(B) 72.19º 0.35% 0.71% -
XYZ 36.36 43.2 23.56 -
YUV 170.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 169 182 118 0.07 0 0.35 0.29 72.19 0.3 0.59
Hex A9 B6 76 7 0 23 1D 48 1E 3B
Octal 251 266 166 7 0 43 35 110 36 73
Binary 10101001 10110110 1110110 111 0 100011 11101 1001000 11110 111011

Color Harmonies of #A9B676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B676

Black with #A9B676

Text Example


Text Example

White with #A9B676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B676; }

 p { color: rgb(169,182,118); }

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

background-color css

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

 a { background-color: rgb(169,182,118); }

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

border-color css

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

 span { border-color: rgb(169,182,118); }

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