Html Css Color HEX #A4764C Pale Brown

📋 copy color: '#A4764C'

red 164 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #A4764C

Tints of Pale Brown #A4764C

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

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

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

R = 45.81%
G = 32.96%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4764C (or 0xA4764C) is known color: Pale Brown. HEX triplet: A4, 76 and 4C. RGB value is (164,118,76). Sum of RGB (Red+Green+Blue) = 164+118+76=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4764C is #5B89B3. Grayscale: #7F7F7F. Windows color (decimal): -5999028 or 5011108. OLE color: 5011108.

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

Color convert

RGB 164 118 76 -
CMYK 0 0.28 0.54 0.36
HSL 28.64º 0.37% 0.47% -
HSV(B) 28.64º 0.54% 0.64% -
XYZ 23.09 21.37 9.75 -
YUV 126.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 164 118 76 0 0.28 0.54 0.36 28.64 0.37 0.47
Hex A4 76 4C 0 1C 36 24 1D 25 2F
Octal 244 166 114 0 34 66 44 35 45 57
Binary 10100100 1110110 1001100 0 11100 110110 100100 11101 100101 101111

Color Harmonies of #A4764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4764C

Black with #A4764C

Text Example


Text Example

White with #A4764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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