Html Css Color HEX #A6B87D Caper

📋 copy color: '#A6B87D'

red 166 ◦ green 184 ◦ blue 125

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

Shades of Caper #A6B87D

Tints of Caper #A6B87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 34.95%
G = 38.74%
B = 26.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#A6B87D (or 0xA6B87D) is known color: Caper. HEX triplet: A6, B8 and 7D. RGB value is (166,184,125). Sum of RGB (Red+Green+Blue) = 166+184+125=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B87D is #594782. Grayscale: #ACACAC. Windows color (decimal): -5851011 or 8239270. OLE color: 8239270.

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

Color convert

RGB 166 184 125 -
CMYK 0.10 0 0.32 0.28
HSL 78.31º 0.29% 0.61% -
HSV(B) 78.31º 0.32% 0.72% -
XYZ 36.57 43.87 25.94 -
YUV 171.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 166 184 125 0.10 0 0.32 0.28 78.31 0.29 0.61
Hex A6 B8 7D A 0 20 1C 4E 1D 3D
Octal 246 270 175 12 0 40 34 116 35 75
Binary 10100110 10111000 1111101 1010 0 100000 11100 1001110 11101 111101

Color Harmonies of #A6B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B87D

Black with #A6B87D

Text Example


Text Example

White with #A6B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B87D; }

 p { color: rgb(166,184,125); }

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

background-color css

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

 a { background-color: rgb(166,184,125); }

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

border-color css

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

 span { border-color: rgb(166,184,125); }

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