Html Css Color HEX #A6B681 Caper

📋 copy color: '#A6B681'

red 166 ◦ green 182 ◦ blue 129

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

Shades of Caper #A6B681

Tints of Caper #A6B681

RGB

 RED value IS 166 (65.23% from 255) = 34.8%

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

 BLUE value IS 129 (50.78% from 255) = 27.04%

R = 34.8%
G = 38.16%
B = 27.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A6B681 (or 0xA6B681) is known color: Caper. HEX triplet: A6, B6 and 81. RGB value is (166,182,129). Sum of RGB (Red+Green+Blue) = 166+182+129=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B681 is #59497E. Grayscale: #ABABAB. Windows color (decimal): -5851519 or 8500902. OLE color: 8500902.

HSL color Cylindrical-coordinate representation of color #A6B681: hue angle of 78.11º degrees, saturation: 0.27, 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 #A6B681 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 129 -
CMYK 0.09 0 0.29 0.29
HSL 78.11º 0.27% 0.61% -
HSV(B) 78.11º 0.29% 0.71% -
XYZ 36.42 43.15 27.18 -
YUV 171.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 166 182 129 0.09 0 0.29 0.29 78.11 0.27 0.61
Hex A6 B6 81 9 0 1D 1D 4E 1B 3D
Octal 246 266 201 11 0 35 35 116 33 75
Binary 10100110 10110110 10000001 1001 0 11101 11101 1001110 11011 111101

Color Harmonies of #A6B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B681

Black with #A6B681

Text Example


Text Example

White with #A6B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B681; }

 p { color: rgb(166,182,129); }

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

background-color css

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

 a { background-color: rgb(166,182,129); }

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

border-color css

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

 span { border-color: rgb(166,182,129); }

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