Html Css Color HEX #A9B683 Caper

📋 copy color: '#A9B683'

red 169 ◦ green 182 ◦ blue 131

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

Shades of Caper #A9B683

Tints of Caper #A9B683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 35.06%
G = 37.76%
B = 27.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#A9B683 (or 0xA9B683) is known color: Caper. HEX triplet: A9, B6 and 83. RGB value is (169,182,131). Sum of RGB (Red+Green+Blue) = 169+182+131=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B683 is #56497C. Grayscale: #ACACAC. Windows color (decimal): -5654909 or 8631977. OLE color: 8631977.

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

Color convert

RGB 169 182 131 -
CMYK 0.07 0 0.28 0.29
HSL 75.29º 0.26% 0.61% -
HSV(B) 75.29º 0.28% 0.71% -
XYZ 37.19 43.53 27.91 -
YUV 172.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 169 182 131 0.07 0 0.28 0.29 75.29 0.26 0.61
Hex A9 B6 83 7 0 1C 1D 4B 1A 3D
Octal 251 266 203 7 0 34 35 113 32 75
Binary 10101001 10110110 10000011 111 0 11100 11101 1001011 11010 111101

Color Harmonies of #A9B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B683

Black with #A9B683

Text Example


Text Example

White with #A9B683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B683; }

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

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

background-color css

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

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

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

border-color css

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

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

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