Html Css Color HEX #A4805E Sorrell Brown

📋 copy color: '#A4805E'

red 164 ◦ green 128 ◦ blue 94

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

Shades of Sorrell Brown #A4805E

Tints of Sorrell Brown #A4805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 42.49%
G = 33.16%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4805E (or 0xA4805E) is known color: Sorrell Brown. HEX triplet: A4, 80 and 5E. RGB value is (164,128,94). Sum of RGB (Red+Green+Blue) = 164+128+94=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4805E is #5B7FA1. Grayscale: #878787. Windows color (decimal): -5996450 or 6193316. OLE color: 6193316.

HSL color Cylindrical-coordinate representation of color #A4805E: hue angle of 29.14º 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 #A4805E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 94 -
CMYK 0 0.22 0.43 0.36
HSL 29.14º 0.28% 0.51% -
HSV(B) 29.14º 0.43% 0.64% -
XYZ 25.05 24.14 13.93 -
YUV 134.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 164 128 94 0 0.22 0.43 0.36 29.14 0.28 0.51
Hex A4 80 5E 0 16 2B 24 1D 1C 33
Octal 244 200 136 0 26 53 44 35 34 63
Binary 10100100 10000000 1011110 0 10110 101011 100100 11101 11100 110011

Color Harmonies of #A4805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4805E

Black with #A4805E

Text Example


Text Example

White with #A4805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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