Html Css Color HEX #A4724A Pale Brown

📋 copy color: '#A4724A'

red 164 ◦ green 114 ◦ blue 74

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

Shades of Pale Brown #A4724A

Tints of Pale Brown #A4724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 46.59%
G = 32.39%
B = 21.02%

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

#A4724A (or 0xA4724A) is known color: Pale Brown. HEX triplet: A4, 72 and 4A. RGB value is (164,114,74). Sum of RGB (Red+Green+Blue) = 164+114+74=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4724A is #5B8DB5. Grayscale: #7C7C7C. Windows color (decimal): -6000054 or 4879012. OLE color: 4879012.

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

Color convert

RGB 164 114 74 -
CMYK 0 0.30 0.55 0.36
HSL 26.67º 0.38% 0.47% -
HSV(B) 26.67º 0.55% 0.64% -
XYZ 22.56 20.42 9.23 -
YUV 124.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 164 114 74 0 0.30 0.55 0.36 26.67 0.38 0.47
Hex A4 72 4A 0 1E 37 24 1B 26 2F
Octal 244 162 112 0 36 67 44 33 46 57
Binary 10100100 1110010 1001010 0 11110 110111 100100 11011 100110 101111

Color Harmonies of #A4724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4724A

Black with #A4724A

Text Example


Text Example

White with #A4724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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