Html Css Color HEX #A8B677 Caper

📋 copy color: '#A8B677'

red 168 ◦ green 182 ◦ blue 119

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

Shades of Caper #A8B677

Tints of Caper #A8B677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 35.82%
G = 38.81%
B = 25.37%

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

#A8B677 (or 0xA8B677) is known color: Caper. HEX triplet: A8, B6 and 77. RGB value is (168,182,119). Sum of RGB (Red+Green+Blue) = 168+182+119=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B677 is #574988. Grayscale: #AAAAAA. Windows color (decimal): -5720457 or 7845544. OLE color: 7845544.

HSL color Cylindrical-coordinate representation of color #A8B677: hue angle of 73.33º 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 #A8B677 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 119 -
CMYK 0.08 0 0.35 0.29
HSL 73.33º 0.3% 0.59% -
HSV(B) 73.33º 0.35% 0.71% -
XYZ 36.21 43.11 23.87 -
YUV 170.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 168 182 119 0.08 0 0.35 0.29 73.33 0.3 0.59
Hex A8 B6 77 8 0 23 1D 49 1E 3B
Octal 250 266 167 10 0 43 35 111 36 73
Binary 10101000 10110110 1110111 1000 0 100011 11101 1001001 11110 111011

Color Harmonies of #A8B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B677

Black with #A8B677

Text Example


Text Example

White with #A8B677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B677; }

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

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

background-color css

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

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

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

border-color css

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

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

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