Html Css Color HEX #A4865E Sorrell Brown

📋 copy color: '#A4865E'

red 164 ◦ green 134 ◦ blue 94

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

Shades of Sorrell Brown #A4865E

Tints of Sorrell Brown #A4865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.98%

R = 41.84%
G = 34.18%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4865E (or 0xA4865E) is known color: Sorrell Brown. HEX triplet: A4, 86 and 5E. RGB value is (164,134,94). Sum of RGB (Red+Green+Blue) = 164+134+94=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4865E is #5B79A1. Grayscale: #8A8A8A. Windows color (decimal): -5994914 or 6194852. OLE color: 6194852.

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

Color convert

RGB 164 134 94 -
CMYK 0 0.18 0.43 0.36
HSL 34.29º 0.28% 0.51% -
HSV(B) 34.29º 0.43% 0.64% -
XYZ 25.86 25.75 14.2 -
YUV 138.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 164 134 94 0 0.18 0.43 0.36 34.29 0.28 0.51
Hex A4 86 5E 0 12 2B 24 22 1C 33
Octal 244 206 136 0 22 53 44 42 34 63
Binary 10100100 10000110 1011110 0 10010 101011 100100 100010 11100 110011

Color Harmonies of #A4865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4865E

Black with #A4865E

Text Example


Text Example

White with #A4865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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