Html Css Color HEX #A6B47F Caper

📋 copy color: '#A6B47F'

red 166 ◦ green 180 ◦ blue 127

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

Shades of Caper #A6B47F

Tints of Caper #A6B47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

 BLUE value IS 127 (50% from 255) = 26.85%

R = 35.1%
G = 38.05%
B = 26.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A6B47F (or 0xA6B47F) is known color: Caper. HEX triplet: A6, B4 and 7F. RGB value is (166,180,127). Sum of RGB (Red+Green+Blue) = 166+180+127=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B47F is #594B80. Grayscale: #A9A9A9. Windows color (decimal): -5852033 or 8369318. OLE color: 8369318.

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

Color convert

RGB 166 180 127 -
CMYK 0.08 0 0.29 0.29
HSL 75.85º 0.26% 0.6% -
HSV(B) 75.85º 0.29% 0.71% -
XYZ 35.88 42.28 26.35 -
YUV 169.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 166 180 127 0.08 0 0.29 0.29 75.85 0.26 0.6
Hex A6 B4 7F 8 0 1D 1D 4C 1A 3C
Octal 246 264 177 10 0 35 35 114 32 74
Binary 10100110 10110100 1111111 1000 0 11101 11101 1001100 11010 111100

Color Harmonies of #A6B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B47F

Black with #A6B47F

Text Example


Text Example

White with #A6B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B47F; }

 p { color: rgb(166,180,127); }

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

background-color css

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

 a { background-color: rgb(166,180,127); }

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

border-color css

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

 span { border-color: rgb(166,180,127); }

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