Html Css Color HEX #A28364 Sorrell Brown

📋 copy color: '#A28364'

red 162 ◦ green 131 ◦ blue 100

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

Shades of Sorrell Brown #A28364

Tints of Sorrell Brown #A28364

RGB

 RED value IS 162 (63.67% from 255) = 41.22%

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 41.22%
G = 33.33%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A28364 (or 0xA28364) is known color: Sorrell Brown. HEX triplet: A2, 83 and 64. RGB value is (162,131,100). Sum of RGB (Red+Green+Blue) = 162+131+100=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A28364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28364 is #5D7C9B. Grayscale: #888888. Windows color (decimal): -6126748 or 6587298. OLE color: 6587298.

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

Color convert

RGB 162 131 100 -
CMYK 0 0.19 0.38 0.36
HSL 30º 0.25% 0.51% -
HSV(B) 30º 0.38% 0.64% -
XYZ 25.32 24.83 15.52 -
YUV 136.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 162 131 100 0 0.19 0.38 0.36 30 0.25 0.51
Hex A2 83 64 0 13 26 24 1E 19 33
Octal 242 203 144 0 23 46 44 36 31 63
Binary 10100010 10000011 1100100 0 10011 100110 100100 11110 11001 110011

Color Harmonies of #A28364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28364

Black with #A28364

Text Example


Text Example

White with #A28364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28364; }

 p { color: rgb(162,131,100); }

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

background-color css

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

 a { background-color: rgb(162,131,100); }

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

border-color css

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

 span { border-color: rgb(162,131,100); }

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