Html Css Color HEX #A47452 Pale Brown

📋 copy color: '#A47452'

red 164 ◦ green 116 ◦ blue 82

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

Shades of Pale Brown #A47452

Tints of Pale Brown #A47452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 45.3%
G = 32.04%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A47452 (or 0xA47452) is known color: Pale Brown. HEX triplet: A4, 74 and 52. RGB value is (164,116,82). Sum of RGB (Red+Green+Blue) = 164+116+82=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A47452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47452 is #5B8BAD. Grayscale: #7E7E7E. Windows color (decimal): -5999534 or 5403812. OLE color: 5403812.

HSL color Cylindrical-coordinate representation of color #A47452: hue angle of 24.88º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47452 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 82 -
CMYK 0 0.29 0.5 0.36
HSL 24.88º 0.33% 0.48% -
HSV(B) 24.88º 0.5% 0.64% -
XYZ 23.08 20.99 10.82 -
YUV 126.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 164 116 82 0 0.29 0.5 0.36 24.88 0.33 0.48
Hex A4 74 52 0 1D 32 24 19 21 30
Octal 244 164 122 0 35 62 44 31 41 60
Binary 10100100 1110100 1010010 0 11101 110010 100100 11001 100001 110000

Color Harmonies of #A47452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47452

Black with #A47452

Text Example


Text Example

White with #A47452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47452; }

 p { color: rgb(164,116,82); }

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

background-color css

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

 a { background-color: rgb(164,116,82); }

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

border-color css

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

 span { border-color: rgb(164,116,82); }

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