Html Css Color HEX #A4754C Pale Brown

📋 copy color: '#A4754C'

red 164 ◦ green 117 ◦ blue 76

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

Shades of Pale Brown #A4754C

Tints of Pale Brown #A4754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 45.94%
G = 32.77%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4754C (or 0xA4754C) is known color: Pale Brown. HEX triplet: A4, 75 and 4C. RGB value is (164,117,76). Sum of RGB (Red+Green+Blue) = 164+117+76=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4754C is #5B8AB3. Grayscale: #7E7E7E. Windows color (decimal): -5999284 or 5010852. OLE color: 5010852.

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

Color convert

RGB 164 117 76 -
CMYK 0 0.29 0.54 0.36
HSL 27.95º 0.37% 0.47% -
HSV(B) 27.95º 0.54% 0.64% -
XYZ 22.98 21.14 9.71 -
YUV 126.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 164 117 76 0 0.29 0.54 0.36 27.95 0.37 0.47
Hex A4 75 4C 0 1D 36 24 1C 25 2F
Octal 244 165 114 0 35 66 44 34 45 57
Binary 10100100 1110101 1001100 0 11101 110110 100100 11100 100101 101111

Color Harmonies of #A4754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4754C

Black with #A4754C

Text Example


Text Example

White with #A4754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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