Html Css Color HEX #A7B380 Caper

📋 copy color: '#A7B380'

red 167 ◦ green 179 ◦ blue 128

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

Shades of Caper #A7B380

Tints of Caper #A7B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.76%

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

R = 35.23%
G = 37.76%
B = 27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#A7B380 (or 0xA7B380) is known color: Caper. HEX triplet: A7, B3 and 80. RGB value is (167,179,128). Sum of RGB (Red+Green+Blue) = 167+179+128=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B380 is #584C7F. Grayscale: #A9A9A9. Windows color (decimal): -5786752 or 8434599. OLE color: 8434599.

HSL color Cylindrical-coordinate representation of color #A7B380: hue angle of 74.12º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7B380 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 128 -
CMYK 0.07 0 0.28 0.30
HSL 74.12º 0.25% 0.6% -
HSV(B) 74.12º 0.28% 0.7% -
XYZ 35.95 42.01 26.64 -
YUV 169.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 167 179 128 0.07 0 0.28 0.30 74.12 0.25 0.6
Hex A7 B3 80 7 0 1C 1E 4A 19 3C
Octal 247 263 200 7 0 34 36 112 31 74
Binary 10100111 10110011 10000000 111 0 11100 11110 1001010 11001 111100

Color Harmonies of #A7B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B380

Black with #A7B380

Text Example


Text Example

White with #A7B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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