Html Css Color HEX #A28162 Sorrell Brown

📋 copy color: '#A28162'

red 162 ◦ green 129 ◦ blue 98

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

Shades of Sorrell Brown #A28162

Tints of Sorrell Brown #A28162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 41.65%
G = 33.16%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A28162 (or 0xA28162) is known color: Sorrell Brown. HEX triplet: A2, 81 and 62. RGB value is (162,129,98). Sum of RGB (Red+Green+Blue) = 162+129+98=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28162 is #5D7E9D. Grayscale: #878787. Windows color (decimal): -6127262 or 6455714. OLE color: 6455714.

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

Color convert

RGB 162 129 98 -
CMYK 0 0.20 0.40 0.36
HSL 29.06º 0.26% 0.51% -
HSV(B) 29.06º 0.4% 0.64% -
XYZ 24.96 24.26 14.92 -
YUV 135.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 162 129 98 0 0.20 0.40 0.36 29.06 0.26 0.51
Hex A2 81 62 0 14 28 24 1D 1A 33
Octal 242 201 142 0 24 50 44 35 32 63
Binary 10100010 10000001 1100010 0 10100 101000 100100 11101 11010 110011

Color Harmonies of #A28162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28162

Black with #A28162

Text Example


Text Example

White with #A28162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28162; }

 p { color: rgb(162,129,98); }

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

background-color css

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

 a { background-color: rgb(162,129,98); }

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

border-color css

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

 span { border-color: rgb(162,129,98); }

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