Html Css Color HEX #A4734A Pale Brown

📋 copy color: '#A4734A'

red 164 ◦ green 115 ◦ blue 74

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

Shades of Pale Brown #A4734A

Tints of Pale Brown #A4734A

RGB

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

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

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

R = 46.46%
G = 32.58%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4734A (or 0xA4734A) is known color: Pale Brown. HEX triplet: A4, 73 and 4A. RGB value is (164,115,74). Sum of RGB (Red+Green+Blue) = 164+115+74=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4734A is #5B8CB5. Grayscale: #7D7D7D. Windows color (decimal): -5999798 or 4879268. OLE color: 4879268.

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

Color convert

RGB 164 115 74 -
CMYK 0 0.30 0.55 0.36
HSL 27.33º 0.38% 0.47% -
HSV(B) 27.33º 0.55% 0.64% -
XYZ 22.68 20.65 9.27 -
YUV 124.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 164 115 74 0 0.30 0.55 0.36 27.33 0.38 0.47
Hex A4 73 4A 0 1E 37 24 1B 26 2F
Octal 244 163 112 0 36 67 44 33 46 57
Binary 10100100 1110011 1001010 0 11110 110111 100100 11011 100110 101111

Color Harmonies of #A4734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4734A

Black with #A4734A

Text Example


Text Example

White with #A4734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4734A; }

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

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

background-color css

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

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

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

border-color css

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

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

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