Html Css Color HEX #A9B380 Caper

📋 copy color: '#A9B380'

red 169 ◦ green 179 ◦ blue 128

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

Shades of Caper #A9B380

Tints of Caper #A9B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 35.5%
G = 37.61%
B = 26.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#A9B380 (or 0xA9B380) is known color: Caper. HEX triplet: A9, B3 and 80. RGB value is (169,179,128). Sum of RGB (Red+Green+Blue) = 169+179+128=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B380 is #564C7F. Grayscale: #AAAAAA. Windows color (decimal): -5655680 or 8434601. OLE color: 8434601.

HSL color Cylindrical-coordinate representation of color #A9B380: hue angle of 71.76º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B380 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 128 -
CMYK 0.06 0 0.28 0.30
HSL 71.76º 0.25% 0.6% -
HSV(B) 71.76º 0.28% 0.7% -
XYZ 36.38 42.23 26.66 -
YUV 170.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 169 179 128 0.06 0 0.28 0.30 71.76 0.25 0.6
Hex A9 B3 80 6 0 1C 1E 48 19 3C
Octal 251 263 200 6 0 34 36 110 31 74
Binary 10101001 10110011 10000000 110 0 11100 11110 1001000 11001 111100

Color Harmonies of #A9B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B380

Black with #A9B380

Text Example


Text Example

White with #A9B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B380; }

 p { color: rgb(169,179,128); }

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

background-color css

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

 a { background-color: rgb(169,179,128); }

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

border-color css

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

 span { border-color: rgb(169,179,128); }

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