Html Css Color HEX #A9B682 Caper

📋 copy color: '#A9B682'

red 169 ◦ green 182 ◦ blue 130

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

Shades of Caper #A9B682

Tints of Caper #A9B682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 35.14%
G = 37.84%
B = 27.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A9B682 (or 0xA9B682) is known color: Caper. HEX triplet: A9, B6 and 82. RGB value is (169,182,130). Sum of RGB (Red+Green+Blue) = 169+182+130=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B682 is #56497D. Grayscale: #ACACAC. Windows color (decimal): -5654910 or 8566441. OLE color: 8566441.

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

Color convert

RGB 169 182 130 -
CMYK 0.07 0 0.29 0.29
HSL 75º 0.26% 0.61% -
HSV(B) 75º 0.29% 0.71% -
XYZ 37.12 43.5 27.56 -
YUV 172.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 169 182 130 0.07 0 0.29 0.29 75 0.26 0.61
Hex A9 B6 82 7 0 1D 1D 4B 1A 3D
Octal 251 266 202 7 0 35 35 113 32 75
Binary 10101001 10110110 10000010 111 0 11101 11101 1001011 11010 111101

Color Harmonies of #A9B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B682

Black with #A9B682

Text Example


Text Example

White with #A9B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B682; }

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

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

background-color css

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

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

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

border-color css

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

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

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