Html Css Color HEX #A8B97E Caper

📋 copy color: '#A8B97E'

red 168 ◦ green 185 ◦ blue 126

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

Shades of Caper #A8B97E

Tints of Caper #A8B97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 35.07%
G = 38.62%
B = 26.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A8B97E (or 0xA8B97E) is known color: Caper. HEX triplet: A8, B9 and 7E. RGB value is (168,185,126). Sum of RGB (Red+Green+Blue) = 168+185+126=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B97E is #574681. Grayscale: #ADADAD. Windows color (decimal): -5719682 or 8305064. OLE color: 8305064.

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

Color convert

RGB 168 185 126 -
CMYK 0.09 0 0.32 0.27
HSL 77.29º 0.3% 0.61% -
HSV(B) 77.29º 0.32% 0.73% -
XYZ 37.26 44.53 26.37 -
YUV 173.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 168 185 126 0.09 0 0.32 0.27 77.29 0.3 0.61
Hex A8 B9 7E 9 0 20 1B 4D 1E 3D
Octal 250 271 176 11 0 40 33 115 36 75
Binary 10101000 10111001 1111110 1001 0 100000 11011 1001101 11110 111101

Color Harmonies of #A8B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B97E

Black with #A8B97E

Text Example


Text Example

White with #A8B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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