Html Css Color HEX #A47758 Pale Brown

📋 copy color: '#A47758'

red 164 ◦ green 119 ◦ blue 88

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

Shades of Pale Brown #A47758

Tints of Pale Brown #A47758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 44.2%
G = 32.08%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A47758 (or 0xA47758) is known color: Pale Brown. HEX triplet: A4, 77 and 58. RGB value is (164,119,88). Sum of RGB (Red+Green+Blue) = 164+119+88=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A47758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47758 is #5B88A7. Grayscale: #818181. Windows color (decimal): -5998760 or 5797796. OLE color: 5797796.

HSL color Cylindrical-coordinate representation of color #A47758: hue angle of 24.47º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47758 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 88 -
CMYK 0 0.27 0.46 0.36
HSL 24.47º 0.3% 0.49% -
HSV(B) 24.47º 0.46% 0.64% -
XYZ 23.67 21.79 12.19 -
YUV 128.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 164 119 88 0 0.27 0.46 0.36 24.47 0.3 0.49
Hex A4 77 58 0 1B 2E 24 18 1E 31
Octal 244 167 130 0 33 56 44 30 36 61
Binary 10100100 1110111 1011000 0 11011 101110 100100 11000 11110 110001

Color Harmonies of #A47758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47758

Black with #A47758

Text Example


Text Example

White with #A47758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47758; }

 p { color: rgb(164,119,88); }

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

background-color css

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

 a { background-color: rgb(164,119,88); }

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

border-color css

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

 span { border-color: rgb(164,119,88); }

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