Html Css Color HEX #A3714A Pale Brown

📋 copy color: '#A3714A'

red 163 ◦ green 113 ◦ blue 74

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

Shades of Pale Brown #A3714A

Tints of Pale Brown #A3714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 46.57%
G = 32.29%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3714A (or 0xA3714A) is known color: Pale Brown. HEX triplet: A3, 71 and 4A. RGB value is (163,113,74). Sum of RGB (Red+Green+Blue) = 163+113+74=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3714A is #5C8EB5. Grayscale: #7B7B7B. Windows color (decimal): -6065846 or 4878755. OLE color: 4878755.

HSL color Cylindrical-coordinate representation of color #A3714A: hue angle of 26.29º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3714A is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 74 -
CMYK 0 0.31 0.55 0.36
HSL 26.29º 0.38% 0.46% -
HSV(B) 26.29º 0.55% 0.64% -
XYZ 22.25 20.09 9.18 -
YUV 123.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 163 113 74 0 0.31 0.55 0.36 26.29 0.38 0.46
Hex A3 71 4A 0 1F 37 24 1A 26 2E
Octal 243 161 112 0 37 67 44 32 46 56
Binary 10100011 1110001 1001010 0 11111 110111 100100 11010 100110 101110

Color Harmonies of #A3714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3714A

Black with #A3714A

Text Example


Text Example

White with #A3714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3714A; }

 p { color: rgb(163,113,74); }

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

background-color css

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

 a { background-color: rgb(163,113,74); }

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

border-color css

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

 span { border-color: rgb(163,113,74); }

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