Html Css Color HEX #A7B982 Caper

📋 copy color: '#A7B982'

red 167 ◦ green 185 ◦ blue 130

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

Shades of Caper #A7B982

Tints of Caper #A7B982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 34.65%
G = 38.38%
B = 26.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A7B982 (or 0xA7B982) is known color: Caper. HEX triplet: A7, B9 and 82. RGB value is (167,185,130). Sum of RGB (Red+Green+Blue) = 167+185+130=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B982 is #58467D. Grayscale: #ADADAD. Windows color (decimal): -5785214 or 8567207. OLE color: 8567207.

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

Color convert

RGB 167 185 130 -
CMYK 0.10 0 0.30 0.27
HSL 79.64º 0.28% 0.62% -
HSV(B) 79.64º 0.3% 0.73% -
XYZ 37.31 44.53 27.75 -
YUV 173.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 167 185 130 0.10 0 0.30 0.27 79.64 0.28 0.62
Hex A7 B9 82 A 0 1E 1B 50 1C 3E
Octal 247 271 202 12 0 36 33 120 34 76
Binary 10100111 10111001 10000010 1010 0 11110 11011 1010000 11100 111110

Color Harmonies of #A7B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B982

Black with #A7B982

Text Example


Text Example

White with #A7B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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