Html Css Color HEX #A8B676 Caper

📋 copy color: '#A8B676'

red 168 ◦ green 182 ◦ blue 118

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

Shades of Caper #A8B676

Tints of Caper #A8B676

RGB

 RED value IS 168 (66.02% from 255) = 35.9%

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

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 35.9%
G = 38.89%
B = 25.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A8B676 (or 0xA8B676) is known color: Caper. HEX triplet: A8, B6 and 76. RGB value is (168,182,118). Sum of RGB (Red+Green+Blue) = 168+182+118=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B676 is #574989. Grayscale: #AAAAAA. Windows color (decimal): -5720458 or 7780008. OLE color: 7780008.

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

Color convert

RGB 168 182 118 -
CMYK 0.08 0 0.35 0.29
HSL 73.13º 0.3% 0.59% -
HSV(B) 73.13º 0.35% 0.71% -
XYZ 36.15 43.09 23.55 -
YUV 170.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 168 182 118 0.08 0 0.35 0.29 73.13 0.3 0.59
Hex A8 B6 76 8 0 23 1D 49 1E 3B
Octal 250 266 166 10 0 43 35 111 36 73
Binary 10101000 10110110 1110110 1000 0 100011 11101 1001001 11110 111011

Color Harmonies of #A8B676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B676

Black with #A8B676

Text Example


Text Example

White with #A8B676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B676; }

 p { color: rgb(168,182,118); }

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

background-color css

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

 a { background-color: rgb(168,182,118); }

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

border-color css

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

 span { border-color: rgb(168,182,118); }

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