Html Css Color HEX #A7B580 Caper

📋 copy color: '#A7B580'

red 167 ◦ green 181 ◦ blue 128

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

Shades of Caper #A7B580

Tints of Caper #A7B580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

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

R = 35.08%
G = 38.03%
B = 26.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A7B580 (or 0xA7B580) is known color: Caper. HEX triplet: A7, B5 and 80. RGB value is (167,181,128). Sum of RGB (Red+Green+Blue) = 167+181+128=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B580 is #584A7F. Grayscale: #AAAAAA. Windows color (decimal): -5786240 or 8435111. OLE color: 8435111.

HSL color Cylindrical-coordinate representation of color #A7B580: hue angle of 75.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B580 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 128 -
CMYK 0.08 0 0.29 0.29
HSL 75.85º 0.26% 0.61% -
HSV(B) 75.85º 0.29% 0.71% -
XYZ 36.36 42.82 26.77 -
YUV 170.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 167 181 128 0.08 0 0.29 0.29 75.85 0.26 0.61
Hex A7 B5 80 8 0 1D 1D 4C 1A 3D
Octal 247 265 200 10 0 35 35 114 32 75
Binary 10100111 10110101 10000000 1000 0 11101 11101 1001100 11010 111101

Color Harmonies of #A7B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B580

Black with #A7B580

Text Example


Text Example

White with #A7B580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B580; }

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

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

background-color css

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

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

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

border-color css

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

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

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