Html Css Color HEX #A6B379 Caper

📋 copy color: '#A6B379'

red 166 ◦ green 179 ◦ blue 121

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

Shades of Caper #A6B379

Tints of Caper #A6B379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 121 (47.66% from 255) = 25.97%

R = 35.62%
G = 38.41%
B = 25.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A6B379 (or 0xA6B379) is known color: Caper. HEX triplet: A6, B3 and 79. RGB value is (166,179,121). Sum of RGB (Red+Green+Blue) = 166+179+121=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B379 is #594C86. Grayscale: #A8A8A8. Windows color (decimal): -5852295 or 7975846. OLE color: 7975846.

HSL color Cylindrical-coordinate representation of color #A6B379: hue angle of 73.45º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6B379 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 121 -
CMYK 0.07 0 0.32 0.30
HSL 73.45º 0.28% 0.59% -
HSV(B) 73.45º 0.32% 0.7% -
XYZ 35.3 41.73 24.28 -
YUV 168.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 166 179 121 0.07 0 0.32 0.30 73.45 0.28 0.59
Hex A6 B3 79 7 0 20 1E 49 1C 3B
Octal 246 263 171 7 0 40 36 111 34 73
Binary 10100110 10110011 1111001 111 0 100000 11110 1001001 11100 111011

Color Harmonies of #A6B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B379

Black with #A6B379

Text Example


Text Example

White with #A6B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B379; }

 p { color: rgb(166,179,121); }

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

background-color css

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

 a { background-color: rgb(166,179,121); }

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

border-color css

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

 span { border-color: rgb(166,179,121); }

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