Html Css Color HEX #A7B984 Caper

📋 copy color: '#A7B984'

red 167 ◦ green 185 ◦ blue 132

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

Shades of Caper #A7B984

Tints of Caper #A7B984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 34.5%
G = 38.22%
B = 27.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#A7B984 (or 0xA7B984) is known color: Caper. HEX triplet: A7, B9 and 84. RGB value is (167,185,132). Sum of RGB (Red+Green+Blue) = 167+185+132=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B984 is #58467B. Grayscale: #ADADAD. Windows color (decimal): -5785212 or 8698279. OLE color: 8698279.

HSL color Cylindrical-coordinate representation of color #A7B984: hue angle of 80.38º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B984 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 132 -
CMYK 0.10 0 0.29 0.27
HSL 80.38º 0.27% 0.62% -
HSV(B) 80.38º 0.29% 0.73% -
XYZ 37.45 44.58 28.46 -
YUV 173.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 167 185 132 0.10 0 0.29 0.27 80.38 0.27 0.62
Hex A7 B9 84 A 0 1D 1B 50 1B 3E
Octal 247 271 204 12 0 35 33 120 33 76
Binary 10100111 10111001 10000100 1010 0 11101 11011 1010000 11011 111110

Color Harmonies of #A7B984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B984

Black with #A7B984

Text Example


Text Example

White with #A7B984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B984; }

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

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

background-color css

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

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

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

border-color css

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

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

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