Html Css Color HEX #A6B67A Caper

📋 copy color: '#A6B67A'

red 166 ◦ green 182 ◦ blue 122

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

Shades of Caper #A6B67A

Tints of Caper #A6B67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 35.32%
G = 38.72%
B = 25.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A6B67A (or 0xA6B67A) is known color: Caper. HEX triplet: A6, B6 and 7A. RGB value is (166,182,122). Sum of RGB (Red+Green+Blue) = 166+182+122=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B67A is #594985. Grayscale: #AAAAAA. Windows color (decimal): -5851526 or 8042150. OLE color: 8042150.

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

Color convert

RGB 166 182 122 -
CMYK 0.09 0 0.33 0.29
HSL 76º 0.29% 0.6% -
HSV(B) 76º 0.33% 0.71% -
XYZ 35.97 42.97 24.81 -
YUV 170.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 166 182 122 0.09 0 0.33 0.29 76 0.29 0.6
Hex A6 B6 7A 9 0 21 1D 4C 1D 3C
Octal 246 266 172 11 0 41 35 114 35 74
Binary 10100110 10110110 1111010 1001 0 100001 11101 1001100 11101 111100

Color Harmonies of #A6B67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B67A

Black with #A6B67A

Text Example


Text Example

White with #A6B67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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