Html Css Color HEX #A27450 Pale Brown

📋 copy color: '#A27450'

red 162 ◦ green 116 ◦ blue 80

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

Shades of Pale Brown #A27450

Tints of Pale Brown #A27450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 45.25%
G = 32.4%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A27450 (or 0xA27450) is known color: Pale Brown. HEX triplet: A2, 74 and 50. RGB value is (162,116,80). Sum of RGB (Red+Green+Blue) = 162+116+80=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A27450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27450 is #5D8BAF. Grayscale: #7D7D7D. Windows color (decimal): -6130608 or 5272738. OLE color: 5272738.

HSL color Cylindrical-coordinate representation of color #A27450: hue angle of 26.34º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27450 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 80 -
CMYK 0 0.28 0.51 0.36
HSL 26.34º 0.34% 0.47% -
HSV(B) 26.34º 0.51% 0.64% -
XYZ 22.59 20.75 10.4 -
YUV 125.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 162 116 80 0 0.28 0.51 0.36 26.34 0.34 0.47
Hex A2 74 50 0 1C 33 24 1A 22 2F
Octal 242 164 120 0 34 63 44 32 42 57
Binary 10100010 1110100 1010000 0 11100 110011 100100 11010 100010 101111

Color Harmonies of #A27450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27450

Black with #A27450

Text Example


Text Example

White with #A27450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27450; }

 p { color: rgb(162,116,80); }

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

background-color css

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

 a { background-color: rgb(162,116,80); }

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

border-color css

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

 span { border-color: rgb(162,116,80); }

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