Html Css Color HEX #A5B47F Caper

📋 copy color: '#A5B47F'

red 165 ◦ green 180 ◦ blue 127

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

Shades of Caper #A5B47F

Tints of Caper #A5B47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 127 (50% from 255) = 26.91%

R = 34.96%
G = 38.14%
B = 26.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A5B47F (or 0xA5B47F) is known color: Caper. HEX triplet: A5, B4 and 7F. RGB value is (165,180,127). Sum of RGB (Red+Green+Blue) = 165+180+127=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B47F is #5A4B80. Grayscale: #A9A9A9. Windows color (decimal): -5917569 or 8369317. OLE color: 8369317.

HSL color Cylindrical-coordinate representation of color #A5B47F: hue angle of 76.98º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5B47F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 127 -
CMYK 0.08 0 0.29 0.29
HSL 76.98º 0.26% 0.6% -
HSV(B) 76.98º 0.29% 0.71% -
XYZ 35.67 42.17 26.34 -
YUV 169.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 165 180 127 0.08 0 0.29 0.29 76.98 0.26 0.6
Hex A5 B4 7F 8 0 1D 1D 4D 1A 3C
Octal 245 264 177 10 0 35 35 115 32 74
Binary 10100101 10110100 1111111 1000 0 11101 11101 1001101 11010 111100

Color Harmonies of #A5B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B47F

Black with #A5B47F

Text Example


Text Example

White with #A5B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B47F; }

 p { color: rgb(165,180,127); }

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

background-color css

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

 a { background-color: rgb(165,180,127); }

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

border-color css

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

 span { border-color: rgb(165,180,127); }

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