Html Css Color HEX #A3825E Sorrell Brown

📋 copy color: '#A3825E'

red 163 ◦ green 130 ◦ blue 94

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

Shades of Sorrell Brown #A3825E

Tints of Sorrell Brown #A3825E

RGB

 RED value IS 163 (64.06% from 255) = 42.12%

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

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

R = 42.12%
G = 33.59%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3825E (or 0xA3825E) is known color: Sorrell Brown. HEX triplet: A3, 82 and 5E. RGB value is (163,130,94). Sum of RGB (Red+Green+Blue) = 163+130+94=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825E is #5C7DA1. Grayscale: #878787. Windows color (decimal): -6061474 or 6193827. OLE color: 6193827.

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

Color convert

RGB 163 130 94 -
CMYK 0 0.20 0.42 0.36
HSL 31.3º 0.27% 0.5% -
HSV(B) 31.3º 0.42% 0.64% -
XYZ 25.11 24.56 14.01 -
YUV 135.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 163 130 94 0 0.20 0.42 0.36 31.3 0.27 0.5
Hex A3 82 5E 0 14 2A 24 1F 1B 32
Octal 243 202 136 0 24 52 44 37 33 62
Binary 10100011 10000010 1011110 0 10100 101010 100100 11111 11011 110010

Color Harmonies of #A3825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3825E

Black with #A3825E

Text Example


Text Example

White with #A3825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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