Html Css Color HEX #A9B476 Caper

📋 copy color: '#A9B476'

red 169 ◦ green 180 ◦ blue 118

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

Shades of Caper #A9B476

Tints of Caper #A9B476

RGB

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

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

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

R = 36.19%
G = 38.54%
B = 25.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A9B476 (or 0xA9B476) is known color: Caper. HEX triplet: A9, B4 and 76. RGB value is (169,180,118). Sum of RGB (Red+Green+Blue) = 169+180+118=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B476 is #564B89. Grayscale: #A9A9A9. Windows color (decimal): -5655434 or 7779497. OLE color: 7779497.

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

Color convert

RGB 169 180 118 -
CMYK 0.06 0 0.34 0.29
HSL 70.65º 0.29% 0.58% -
HSV(B) 70.65º 0.34% 0.71% -
XYZ 35.95 42.39 23.43 -
YUV 169.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 169 180 118 0.06 0 0.34 0.29 70.65 0.29 0.58
Hex A9 B4 76 6 0 22 1D 47 1D 3A
Octal 251 264 166 6 0 42 35 107 35 72
Binary 10101001 10110100 1110110 110 0 100010 11101 1000111 11101 111010

Color Harmonies of #A9B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B476

Black with #A9B476

Text Example


Text Example

White with #A9B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B476; }

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

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

background-color css

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

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

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

border-color css

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

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

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