Html Css Color HEX #A4825E Sorrell Brown

📋 copy color: '#A4825E'

red 164 ◦ green 130 ◦ blue 94

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

Shades of Sorrell Brown #A4825E

Tints of Sorrell Brown #A4825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 42.27%
G = 33.51%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4825E (or 0xA4825E) is known color: Sorrell Brown. HEX triplet: A4, 82 and 5E. RGB value is (164,130,94). Sum of RGB (Red+Green+Blue) = 164+130+94=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4825E is #5B7DA1. Grayscale: #888888. Windows color (decimal): -5995938 or 6193828. OLE color: 6193828.

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

Color convert

RGB 164 130 94 -
CMYK 0 0.21 0.43 0.36
HSL 30.86º 0.28% 0.51% -
HSV(B) 30.86º 0.43% 0.64% -
XYZ 25.31 24.67 14.02 -
YUV 136.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 164 130 94 0 0.21 0.43 0.36 30.86 0.28 0.51
Hex A4 82 5E 0 15 2B 24 1F 1C 33
Octal 244 202 136 0 25 53 44 37 34 63
Binary 10100100 10000010 1011110 0 10101 101011 100100 11111 11100 110011

Color Harmonies of #A4825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4825E

Black with #A4825E

Text Example


Text Example

White with #A4825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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