Html Css Color HEX #A28263 Sorrell Brown

📋 copy color: '#A28263'

red 162 ◦ green 130 ◦ blue 99

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

Shades of Sorrell Brown #A28263

Tints of Sorrell Brown #A28263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 41.43%
G = 33.25%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A28263 (or 0xA28263) is known color: Sorrell Brown. HEX triplet: A2, 82 and 63. RGB value is (162,130,99). Sum of RGB (Red+Green+Blue) = 162+130+99=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28263 is #5D7D9C. Grayscale: #888888. Windows color (decimal): -6127005 or 6521506. OLE color: 6521506.

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

Color convert

RGB 162 130 99 -
CMYK 0 0.20 0.39 0.36
HSL 29.52º 0.25% 0.51% -
HSV(B) 29.52º 0.39% 0.64% -
XYZ 25.14 24.55 15.22 -
YUV 136.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 162 130 99 0 0.20 0.39 0.36 29.52 0.25 0.51
Hex A2 82 63 0 14 27 24 1E 19 33
Octal 242 202 143 0 24 47 44 36 31 63
Binary 10100010 10000010 1100011 0 10100 100111 100100 11110 11001 110011

Color Harmonies of #A28263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28263

Black with #A28263

Text Example


Text Example

White with #A28263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28263; }

 p { color: rgb(162,130,99); }

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

background-color css

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

 a { background-color: rgb(162,130,99); }

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

border-color css

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

 span { border-color: rgb(162,130,99); }

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