Html Css Color HEX #A3764C Pale Brown

📋 copy color: '#A3764C'

red 163 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #A3764C

Tints of Pale Brown #A3764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 45.66%
G = 33.05%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3764C (or 0xA3764C) is known color: Pale Brown. HEX triplet: A3, 76 and 4C. RGB value is (163,118,76). Sum of RGB (Red+Green+Blue) = 163+118+76=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3764C is #5C89B3. Grayscale: #7E7E7E. Windows color (decimal): -6064564 or 5011107. OLE color: 5011107.

HSL color Cylindrical-coordinate representation of color #A3764C: hue angle of 28.97º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3764C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 118 76 -
CMYK 0 0.28 0.53 0.36
HSL 28.97º 0.36% 0.47% -
HSV(B) 28.97º 0.53% 0.64% -
XYZ 22.89 21.27 9.74 -
YUV 126.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 163 118 76 0 0.28 0.53 0.36 28.97 0.36 0.47
Hex A3 76 4C 0 1C 35 24 1D 24 2F
Octal 243 166 114 0 34 65 44 35 44 57
Binary 10100011 1110110 1001100 0 11100 110101 100100 11101 100100 101111

Color Harmonies of #A3764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3764C

Black with #A3764C

Text Example


Text Example

White with #A3764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3764C; }

 p { color: rgb(163,118,76); }

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

background-color css

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

 a { background-color: rgb(163,118,76); }

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

border-color css

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

 span { border-color: rgb(163,118,76); }

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