Html Css Color HEX #A37248 Pale Brown

📋 copy color: '#A37248'

red 163 ◦ green 114 ◦ blue 72

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

Shades of Pale Brown #A37248

Tints of Pale Brown #A37248

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

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

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 46.7%
G = 32.66%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A37248 (or 0xA37248) is known color: Pale Brown. HEX triplet: A3, 72 and 48. RGB value is (163,114,72). Sum of RGB (Red+Green+Blue) = 163+114+72=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A37248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37248 is #5C8DB7. Grayscale: #7C7C7C. Windows color (decimal): -6065592 or 4747939. OLE color: 4747939.

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

Color convert

RGB 163 114 72 -
CMYK 0 0.30 0.56 0.36
HSL 27.69º 0.39% 0.46% -
HSV(B) 27.69º 0.56% 0.64% -
XYZ 22.29 20.29 8.87 -
YUV 123.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 163 114 72 0 0.30 0.56 0.36 27.69 0.39 0.46
Hex A3 72 48 0 1E 38 24 1C 27 2E
Octal 243 162 110 0 36 70 44 34 47 56
Binary 10100011 1110010 1001000 0 11110 111000 100100 11100 100111 101110

Color Harmonies of #A37248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37248

Black with #A37248

Text Example


Text Example

White with #A37248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37248; }

 p { color: rgb(163,114,72); }

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

background-color css

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

 a { background-color: rgb(163,114,72); }

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

border-color css

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

 span { border-color: rgb(163,114,72); }

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