Html Css Color HEX #A4734C Pale Brown

📋 copy color: '#A4734C'

red 164 ◦ green 115 ◦ blue 76

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

Shades of Pale Brown #A4734C

Tints of Pale Brown #A4734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 46.2%
G = 32.39%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4734C (or 0xA4734C) is known color: Pale Brown. HEX triplet: A4, 73 and 4C. RGB value is (164,115,76). Sum of RGB (Red+Green+Blue) = 164+115+76=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4734C is #5B8CB3. Grayscale: #7D7D7D. Windows color (decimal): -5999796 or 5010340. OLE color: 5010340.

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

Color convert

RGB 164 115 76 -
CMYK 0 0.30 0.54 0.36
HSL 26.59º 0.37% 0.47% -
HSV(B) 26.59º 0.54% 0.64% -
XYZ 22.75 20.68 9.63 -
YUV 125.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 164 115 76 0 0.30 0.54 0.36 26.59 0.37 0.47
Hex A4 73 4C 0 1E 36 24 1B 25 2F
Octal 244 163 114 0 36 66 44 33 45 57
Binary 10100100 1110011 1001100 0 11110 110110 100100 11011 100101 101111

Color Harmonies of #A4734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4734C

Black with #A4734C

Text Example


Text Example

White with #A4734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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