Html Css Color HEX #A5865F Sorrell Brown

📋 copy color: '#A5865F'

red 165 ◦ green 134 ◦ blue 95

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

Shades of Sorrell Brown #A5865F

Tints of Sorrell Brown #A5865F

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

 GREEN value IS 134 (52.73% from 255) = 34.01%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 41.88%
G = 34.01%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5865F (or 0xA5865F) is known color: Sorrell Brown. HEX triplet: A5, 86 and 5F. RGB value is (165,134,95). Sum of RGB (Red+Green+Blue) = 165+134+95=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5865F is #5A79A0. Grayscale: #8B8B8B. Windows color (decimal): -5929377 or 6260389. OLE color: 6260389.

HSL color Cylindrical-coordinate representation of color #A5865F: hue angle of 33.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5865F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 95 -
CMYK 0 0.19 0.42 0.35
HSL 33.43º 0.28% 0.51% -
HSV(B) 33.43º 0.42% 0.65% -
XYZ 26.11 25.88 14.44 -
YUV 138.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 165 134 95 0 0.19 0.42 0.35 33.43 0.28 0.51
Hex A5 86 5F 0 13 2A 23 21 1C 33
Octal 245 206 137 0 23 52 43 41 34 63
Binary 10100101 10000110 1011111 0 10011 101010 100011 100001 11100 110011

Color Harmonies of #A5865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5865F

Black with #A5865F

Text Example


Text Example

White with #A5865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5865F; }

 p { color: rgb(165,134,95); }

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

background-color css

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

 a { background-color: rgb(165,134,95); }

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

border-color css

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

 span { border-color: rgb(165,134,95); }

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