Html Css Color HEX #A27248 Pale Brown

📋 copy color: '#A27248'

red 162 ◦ green 114 ◦ blue 72

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

Shades of Pale Brown #A27248

Tints of Pale Brown #A27248

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

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

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

R = 46.55%
G = 32.76%
B = 20.69%

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

#A27248 (or 0xA27248) is known color: Pale Brown. HEX triplet: A2, 72 and 48. RGB value is (162,114,72). Sum of RGB (Red+Green+Blue) = 162+114+72=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27248 is #5D8DB7. Grayscale: #7B7B7B. Windows color (decimal): -6131128 or 4747938. OLE color: 4747938.

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

Color convert

RGB 162 114 72 -
CMYK 0 0.30 0.56 0.36
HSL 28º 0.38% 0.46% -
HSV(B) 28º 0.56% 0.64% -
XYZ 22.09 20.18 8.86 -
YUV 123.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 162 114 72 0 0.30 0.56 0.36 28 0.38 0.46
Hex A2 72 48 0 1E 38 24 1C 26 2E
Octal 242 162 110 0 36 70 44 34 46 56
Binary 10100010 1110010 1001000 0 11110 111000 100100 11100 100110 101110

Color Harmonies of #A27248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27248

Black with #A27248

Text Example


Text Example

White with #A27248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27248; }

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

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

background-color css

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

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

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

border-color css

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

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

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