Html Css Color HEX #A8B97C Caper

📋 copy color: '#A8B97C'

red 168 ◦ green 185 ◦ blue 124

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

Shades of Caper #A8B97C

Tints of Caper #A8B97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 35.22%
G = 38.78%
B = 26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#A8B97C (or 0xA8B97C) is known color: Caper. HEX triplet: A8, B9 and 7C. RGB value is (168,185,124). Sum of RGB (Red+Green+Blue) = 168+185+124=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B97C is #574683. Grayscale: #ADADAD. Windows color (decimal): -5719684 or 8173992. OLE color: 8173992.

HSL color Cylindrical-coordinate representation of color #A8B97C: hue angle of 76.72º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B97C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 124 -
CMYK 0.09 0 0.33 0.27
HSL 76.72º 0.3% 0.61% -
HSV(B) 76.72º 0.33% 0.73% -
XYZ 37.14 44.48 25.7 -
YUV 172.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 168 185 124 0.09 0 0.33 0.27 76.72 0.3 0.61
Hex A8 B9 7C 9 0 21 1B 4D 1E 3D
Octal 250 271 174 11 0 41 33 115 36 75
Binary 10101000 10111001 1111100 1001 0 100001 11011 1001101 11110 111101

Color Harmonies of #A8B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B97C

Black with #A8B97C

Text Example


Text Example

White with #A8B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B97C; }

 p { color: rgb(168,185,124); }

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

background-color css

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

 a { background-color: rgb(168,185,124); }

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

border-color css

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

 span { border-color: rgb(168,185,124); }

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