Html Css Color HEX #A4865F Sorrell Brown

📋 copy color: '#A4865F'

red 164 ◦ green 134 ◦ blue 95

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

Shades of Sorrell Brown #A4865F

Tints of Sorrell Brown #A4865F

RGB

 RED value IS 164 (64.45% from 255) = 41.73%

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

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

R = 41.73%
G = 34.1%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4865F (or 0xA4865F) is known color: Sorrell Brown. HEX triplet: A4, 86 and 5F. RGB value is (164,134,95). Sum of RGB (Red+Green+Blue) = 164+134+95=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4865F is #5B79A0. Grayscale: #8A8A8A. Windows color (decimal): -5994913 or 6260388. OLE color: 6260388.

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

Color convert

RGB 164 134 95 -
CMYK 0 0.18 0.42 0.36
HSL 33.91º 0.27% 0.51% -
HSV(B) 33.91º 0.42% 0.64% -
XYZ 25.9 25.77 14.44 -
YUV 138.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 164 134 95 0 0.18 0.42 0.36 33.91 0.27 0.51
Hex A4 86 5F 0 12 2A 24 22 1B 33
Octal 244 206 137 0 22 52 44 42 33 63
Binary 10100100 10000110 1011111 0 10010 101010 100100 100010 11011 110011

Color Harmonies of #A4865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4865F

Black with #A4865F

Text Example


Text Example

White with #A4865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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