Html Css Color HEX #A3B47F Caper

📋 copy color: '#A3B47F'

red 163 ◦ green 180 ◦ blue 127

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

Shades of Caper #A3B47F

Tints of Caper #A3B47F

RGB

 RED value IS 163 (64.06% from 255) = 34.68%

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

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

R = 34.68%
G = 38.3%
B = 27.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A3B47F (or 0xA3B47F) is known color: Caper. HEX triplet: A3, B4 and 7F. RGB value is (163,180,127). Sum of RGB (Red+Green+Blue) = 163+180+127=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47F is #5C4B80. Grayscale: #A9A9A9. Windows color (decimal): -6048641 or 8369315. OLE color: 8369315.

HSL color Cylindrical-coordinate representation of color #A3B47F: hue angle of 79.25º 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 #A3B47F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 180 127 -
CMYK 0.09 0 0.29 0.29
HSL 79.25º 0.26% 0.6% -
HSV(B) 79.25º 0.29% 0.71% -
XYZ 35.26 41.96 26.32 -
YUV 168.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 163 180 127 0.09 0 0.29 0.29 79.25 0.26 0.6
Hex A3 B4 7F 9 0 1D 1D 4F 1A 3C
Octal 243 264 177 11 0 35 35 117 32 74
Binary 10100011 10110100 1111111 1001 0 11101 11101 1001111 11010 111100

Color Harmonies of #A3B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B47F

Black with #A3B47F

Text Example


Text Example

White with #A3B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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