Html Css Color HEX #A5B37C Caper

📋 copy color: '#A5B37C'

red 165 ◦ green 179 ◦ blue 124

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

Shades of Caper #A5B37C

Tints of Caper #A5B37C

RGB

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

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

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

R = 35.26%
G = 38.25%
B = 26.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A5B37C (or 0xA5B37C) is known color: Caper. HEX triplet: A5, B3 and 7C. RGB value is (165,179,124). Sum of RGB (Red+Green+Blue) = 165+179+124=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B37C is #5A4C83. Grayscale: #A8A8A8. Windows color (decimal): -5917828 or 8172453. OLE color: 8172453.

HSL color Cylindrical-coordinate representation of color #A5B37C: hue angle of 75.27º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B37C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 124 -
CMYK 0.08 0 0.31 0.30
HSL 75.27º 0.27% 0.59% -
HSV(B) 75.27º 0.31% 0.7% -
XYZ 35.28 41.69 25.26 -
YUV 168.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 165 179 124 0.08 0 0.31 0.30 75.27 0.27 0.59
Hex A5 B3 7C 8 0 1F 1E 4B 1B 3B
Octal 245 263 174 10 0 37 36 113 33 73
Binary 10100101 10110011 1111100 1000 0 11111 11110 1001011 11011 111011

Color Harmonies of #A5B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B37C

Black with #A5B37C

Text Example


Text Example

White with #A5B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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