Html Css Color HEX #A8B888 Caper

📋 copy color: '#A8B888'

red 168 ◦ green 184 ◦ blue 136

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

Shades of Caper #A8B888

Tints of Caper #A8B888

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 34.43%
G = 37.7%
B = 27.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A8B888 (or 0xA8B888) is known color: Caper. HEX triplet: A8, B8 and 88. RGB value is (168,184,136). Sum of RGB (Red+Green+Blue) = 168+184+136=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B888 is #574777. Grayscale: #ADADAD. Windows color (decimal): -5719928 or 8960168. OLE color: 8960168.

HSL color Cylindrical-coordinate representation of color #A8B888: hue angle of 80º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8B888 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 136 -
CMYK 0.09 0 0.26 0.28
HSL 80º 0.25% 0.63% -
HSV(B) 80º 0.26% 0.72% -
XYZ 37.73 44.38 29.87 -
YUV 173.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 168 184 136 0.09 0 0.26 0.28 80 0.25 0.63
Hex A8 B8 88 9 0 1A 1C 50 19 3F
Octal 250 270 210 11 0 32 34 120 31 77
Binary 10101000 10111000 10001000 1001 0 11010 11100 1010000 11001 111111

Color Harmonies of #A8B888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B888

Black with #A8B888

Text Example


Text Example

White with #A8B888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B888; }

 p { color: rgb(168,184,136); }

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

background-color css

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

 a { background-color: rgb(168,184,136); }

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

border-color css

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

 span { border-color: rgb(168,184,136); }

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