Html Css Color HEX #A4865D Sorrell Brown

📋 copy color: '#A4865D'

red 164 ◦ green 134 ◦ blue 93

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

Shades of Sorrell Brown #A4865D

Tints of Sorrell Brown #A4865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 41.94%
G = 34.27%
B = 23.79%

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

#A4865D (or 0xA4865D) is known color: Sorrell Brown. HEX triplet: A4, 86 and 5D. RGB value is (164,134,93). Sum of RGB (Red+Green+Blue) = 164+134+93=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4865D is #5B79A2. Grayscale: #8A8A8A. Windows color (decimal): -5994915 or 6129316. OLE color: 6129316.

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

Color convert

RGB 164 134 93 -
CMYK 0 0.18 0.43 0.36
HSL 34.65º 0.28% 0.5% -
HSV(B) 34.65º 0.43% 0.64% -
XYZ 25.81 25.73 13.96 -
YUV 138.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 164 134 93 0 0.18 0.43 0.36 34.65 0.28 0.5
Hex A4 86 5D 0 12 2B 24 23 1C 32
Octal 244 206 135 0 22 53 44 43 34 62
Binary 10100100 10000110 1011101 0 10010 101011 100100 100011 11100 110010

Color Harmonies of #A4865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4865D

Black with #A4865D

Text Example


Text Example

White with #A4865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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