Html Css Color HEX #A5B77C Caper

📋 copy color: '#A5B77C'

red 165 ◦ green 183 ◦ blue 124

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

Shades of Caper #A5B77C

Tints of Caper #A5B77C

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 34.96%
G = 38.77%
B = 26.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#A5B77C (or 0xA5B77C) is known color: Caper. HEX triplet: A5, B7 and 7C. RGB value is (165,183,124). Sum of RGB (Red+Green+Blue) = 165+183+124=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B77C is #5A4883. Grayscale: #ABABAB. Windows color (decimal): -5916804 or 8173477. OLE color: 8173477.

HSL color Cylindrical-coordinate representation of color #A5B77C: hue angle of 78.31º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5B77C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 124 -
CMYK 0.10 0 0.32 0.28
HSL 78.31º 0.29% 0.6% -
HSV(B) 78.31º 0.32% 0.72% -
XYZ 36.09 43.32 25.53 -
YUV 170.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 165 183 124 0.10 0 0.32 0.28 78.31 0.29 0.6
Hex A5 B7 7C A 0 20 1C 4E 1D 3C
Octal 245 267 174 12 0 40 34 116 35 74
Binary 10100101 10110111 1111100 1010 0 100000 11100 1001110 11101 111100

Color Harmonies of #A5B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B77C

Black with #A5B77C

Text Example


Text Example

White with #A5B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B77C; }

 p { color: rgb(165,183,124); }

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

background-color css

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

 a { background-color: rgb(165,183,124); }

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

border-color css

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

 span { border-color: rgb(165,183,124); }

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