Html Css Color HEX #A5B584 Caper

📋 copy color: '#A5B584'

red 165 ◦ green 181 ◦ blue 132

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

Shades of Caper #A5B584

Tints of Caper #A5B584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 34.52%
G = 37.87%
B = 27.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#A5B584 (or 0xA5B584) is known color: Caper. HEX triplet: A5, B5 and 84. RGB value is (165,181,132). Sum of RGB (Red+Green+Blue) = 165+181+132=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B584 is #5A4A7B. Grayscale: #AAAAAA. Windows color (decimal): -5917308 or 8697253. OLE color: 8697253.

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

Color convert

RGB 165 181 132 -
CMYK 0.09 0 0.27 0.29
HSL 79.59º 0.25% 0.61% -
HSV(B) 79.59º 0.27% 0.71% -
XYZ 36.21 42.71 28.17 -
YUV 170.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 165 181 132 0.09 0 0.27 0.29 79.59 0.25 0.61
Hex A5 B5 84 9 0 1B 1D 50 19 3D
Octal 245 265 204 11 0 33 35 120 31 75
Binary 10100101 10110101 10000100 1001 0 11011 11101 1010000 11001 111101

Color Harmonies of #A5B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B584

Black with #A5B584

Text Example


Text Example

White with #A5B584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B584; }

 p { color: rgb(165,181,132); }

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

background-color css

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

 a { background-color: rgb(165,181,132); }

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

border-color css

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

 span { border-color: rgb(165,181,132); }

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