Html Css Color HEX #A6B684 Caper

📋 copy color: '#A6B684'

red 166 ◦ green 182 ◦ blue 132

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

Shades of Caper #A6B684

Tints of Caper #A6B684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 34.58%
G = 37.92%
B = 27.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#A6B684 (or 0xA6B684) is known color: Caper. HEX triplet: A6, B6 and 84. RGB value is (166,182,132). Sum of RGB (Red+Green+Blue) = 166+182+132=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B684 is #59497B. Grayscale: #ABABAB. Windows color (decimal): -5851516 or 8697510. OLE color: 8697510.

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

Color convert

RGB 166 182 132 -
CMYK 0.09 0 0.27 0.29
HSL 79.2º 0.26% 0.62% -
HSV(B) 79.2º 0.27% 0.71% -
XYZ 36.62 43.23 28.24 -
YUV 171.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 166 182 132 0.09 0 0.27 0.29 79.2 0.26 0.62
Hex A6 B6 84 9 0 1B 1D 4F 1A 3E
Octal 246 266 204 11 0 33 35 117 32 76
Binary 10100110 10110110 10000100 1001 0 11011 11101 1001111 11010 111110

Color Harmonies of #A6B684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B684

Black with #A6B684

Text Example


Text Example

White with #A6B684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B684; }

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

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

background-color css

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

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

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

border-color css

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

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

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