Html Css Color HEX #A5B77A Caper

📋 copy color: '#A5B77A'

red 165 ◦ green 183 ◦ blue 122

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

Shades of Caper #A5B77A

Tints of Caper #A5B77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 35.11%
G = 38.94%
B = 25.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#A5B77A (or 0xA5B77A) is known color: Caper. HEX triplet: A5, B7 and 7A. RGB value is (165,183,122). Sum of RGB (Red+Green+Blue) = 165+183+122=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B77A is #5A4885. Grayscale: #AAAAAA. Windows color (decimal): -5916806 or 8042405. OLE color: 8042405.

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

Color convert

RGB 165 183 122 -
CMYK 0.10 0 0.33 0.28
HSL 77.7º 0.3% 0.6% -
HSV(B) 77.7º 0.33% 0.72% -
XYZ 35.96 43.27 24.87 -
YUV 170.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 165 183 122 0.10 0 0.33 0.28 77.7 0.3 0.6
Hex A5 B7 7A A 0 21 1C 4E 1E 3C
Octal 245 267 172 12 0 41 34 116 36 74
Binary 10100101 10110111 1111010 1010 0 100001 11100 1001110 11110 111100

Color Harmonies of #A5B77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B77A

Black with #A5B77A

Text Example


Text Example

White with #A5B77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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