Html Css Color HEX #A7B97C Caper

📋 copy color: '#A7B97C'

red 167 ◦ green 185 ◦ blue 124

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

Shades of Caper #A7B97C

Tints of Caper #A7B97C

RGB

 RED value IS 167 (65.63% from 255) = 35.08%

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

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

R = 35.08%
G = 38.87%
B = 26.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#A7B97C (or 0xA7B97C) is known color: Caper. HEX triplet: A7, B9 and 7C. RGB value is (167,185,124). Sum of RGB (Red+Green+Blue) = 167+185+124=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B97C is #584683. Grayscale: #ACACAC. Windows color (decimal): -5785220 or 8173991. OLE color: 8173991.

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

Color convert

RGB 167 185 124 -
CMYK 0.10 0 0.33 0.27
HSL 77.7º 0.3% 0.61% -
HSV(B) 77.7º 0.33% 0.73% -
XYZ 36.92 44.37 25.69 -
YUV 172.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 167 185 124 0.10 0 0.33 0.27 77.7 0.3 0.61
Hex A7 B9 7C A 0 21 1B 4E 1E 3D
Octal 247 271 174 12 0 41 33 116 36 75
Binary 10100111 10111001 1111100 1010 0 100001 11011 1001110 11110 111101

Color Harmonies of #A7B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B97C

Black with #A7B97C

Text Example


Text Example

White with #A7B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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