Html Css Color HEX #A6B479 Caper

📋 copy color: '#A6B479'

red 166 ◦ green 180 ◦ blue 121

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

Shades of Caper #A6B479

Tints of Caper #A6B479

RGB

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

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

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

R = 35.55%
G = 38.54%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A6B479 (or 0xA6B479) is known color: Caper. HEX triplet: A6, B4 and 79. RGB value is (166,180,121). Sum of RGB (Red+Green+Blue) = 166+180+121=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B479 is #594B86. Grayscale: #A9A9A9. Windows color (decimal): -5852039 or 7976102. OLE color: 7976102.

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

Color convert

RGB 166 180 121 -
CMYK 0.08 0 0.33 0.29
HSL 74.24º 0.28% 0.59% -
HSV(B) 74.24º 0.33% 0.71% -
XYZ 35.5 42.13 24.35 -
YUV 169.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 166 180 121 0.08 0 0.33 0.29 74.24 0.28 0.59
Hex A6 B4 79 8 0 21 1D 4A 1C 3B
Octal 246 264 171 10 0 41 35 112 34 73
Binary 10100110 10110100 1111001 1000 0 100001 11101 1001010 11100 111011

Color Harmonies of #A6B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B479

Black with #A6B479

Text Example


Text Example

White with #A6B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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