Html Css Color HEX #A8B97D Caper

📋 copy color: '#A8B97D'

red 168 ◦ green 185 ◦ blue 125

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

Shades of Caper #A8B97D

Tints of Caper #A8B97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 35.15%
G = 38.7%
B = 26.15%

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

#A8B97D (or 0xA8B97D) is known color: Caper. HEX triplet: A8, B9 and 7D. RGB value is (168,185,125). Sum of RGB (Red+Green+Blue) = 168+185+125=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B97D is #574682. Grayscale: #ADADAD. Windows color (decimal): -5719683 or 8239528. OLE color: 8239528.

HSL color Cylindrical-coordinate representation of color #A8B97D: hue angle of 77º 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 #A8B97D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 125 -
CMYK 0.09 0 0.32 0.27
HSL 77º 0.3% 0.61% -
HSV(B) 77º 0.32% 0.73% -
XYZ 37.2 44.5 26.03 -
YUV 173.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 168 185 125 0.09 0 0.32 0.27 77 0.3 0.61
Hex A8 B9 7D 9 0 20 1B 4D 1E 3D
Octal 250 271 175 11 0 40 33 115 36 75
Binary 10101000 10111001 1111101 1001 0 100000 11011 1001101 11110 111101

Color Harmonies of #A8B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B97D

Black with #A8B97D

Text Example


Text Example

White with #A8B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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