Html Css Color HEX #A7B880 Caper

📋 copy color: '#A7B880'

red 167 ◦ green 184 ◦ blue 128

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

Shades of Caper #A7B880

Tints of Caper #A7B880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 34.86%
G = 38.41%
B = 26.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#A7B880 (or 0xA7B880) is known color: Caper. HEX triplet: A7, B8 and 80. RGB value is (167,184,128). Sum of RGB (Red+Green+Blue) = 167+184+128=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B880 is #58477F. Grayscale: #ACACAC. Windows color (decimal): -5785472 or 8435879. OLE color: 8435879.

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

Color convert

RGB 167 184 128 -
CMYK 0.09 0 0.30 0.28
HSL 78.21º 0.28% 0.61% -
HSV(B) 78.21º 0.3% 0.72% -
XYZ 36.97 44.05 26.98 -
YUV 172.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 167 184 128 0.09 0 0.30 0.28 78.21 0.28 0.61
Hex A7 B8 80 9 0 1E 1C 4E 1C 3D
Octal 247 270 200 11 0 36 34 116 34 75
Binary 10100111 10111000 10000000 1001 0 11110 11100 1001110 11100 111101

Color Harmonies of #A7B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B880

Black with #A7B880

Text Example


Text Example

White with #A7B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B880; }

 p { color: rgb(167,184,128); }

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

background-color css

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

 a { background-color: rgb(167,184,128); }

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

border-color css

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

 span { border-color: rgb(167,184,128); }

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