Html Css Color HEX #A6B674 Caper

📋 copy color: '#A6B674'

red 166 ◦ green 182 ◦ blue 116

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

Shades of Caper #A6B674

Tints of Caper #A6B674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 35.78%
G = 39.22%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A6B674 (or 0xA6B674) is known color: Caper. HEX triplet: A6, B6 and 74. RGB value is (166,182,116). Sum of RGB (Red+Green+Blue) = 166+182+116=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B674 is #59498B. Grayscale: #A9A9A9. Windows color (decimal): -5851532 or 7648934. OLE color: 7648934.

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

Color convert

RGB 166 182 116 -
CMYK 0.09 0 0.36 0.29
HSL 74.55º 0.31% 0.58% -
HSV(B) 74.55º 0.36% 0.71% -
XYZ 35.61 42.82 22.91 -
YUV 169.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 166 182 116 0.09 0 0.36 0.29 74.55 0.31 0.58
Hex A6 B6 74 9 0 24 1D 4B 1F 3A
Octal 246 266 164 11 0 44 35 113 37 72
Binary 10100110 10110110 1110100 1001 0 100100 11101 1001011 11111 111010

Color Harmonies of #A6B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B674

Black with #A6B674

Text Example


Text Example

White with #A6B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B674; }

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

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

background-color css

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

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

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

border-color css

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

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

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