Html Css Color HEX #A27655 Pale Brown

📋 copy color: '#A27655'

red 162 ◦ green 118 ◦ blue 85

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

Shades of Pale Brown #A27655

Tints of Pale Brown #A27655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 44.38%
G = 32.33%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A27655 (or 0xA27655) is known color: Pale Brown. HEX triplet: A2, 76 and 55. RGB value is (162,118,85). Sum of RGB (Red+Green+Blue) = 162+118+85=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27655 is #5D89AA. Grayscale: #7F7F7F. Windows color (decimal): -6130091 or 5600930. OLE color: 5600930.

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

Color convert

RGB 162 118 85 -
CMYK 0 0.27 0.48 0.36
HSL 25.71º 0.31% 0.48% -
HSV(B) 25.71º 0.48% 0.64% -
XYZ 23.02 21.29 11.49 -
YUV 127.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 162 118 85 0 0.27 0.48 0.36 25.71 0.31 0.48
Hex A2 76 55 0 1B 30 24 1A 1F 30
Octal 242 166 125 0 33 60 44 32 37 60
Binary 10100010 1110110 1010101 0 11011 110000 100100 11010 11111 110000

Color Harmonies of #A27655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27655

Black with #A27655

Text Example


Text Example

White with #A27655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27655; }

 p { color: rgb(162,118,85); }

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

background-color css

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

 a { background-color: rgb(162,118,85); }

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

border-color css

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

 span { border-color: rgb(162,118,85); }

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