Html Css Color HEX #A83218 Brown

📋 copy color: '#A83218'

red 168 ◦ green 50 ◦ blue 24

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

Shades of Brown #A83218

Tints of Brown #A83218

RGB

 RED value IS 168 (66.02% from 255) = 69.42%

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 69.42%
G = 20.66%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A83218 (or 0xA83218) is known color: Brown. HEX triplet: A8, 32 and 18. RGB value is (168,50,24). Sum of RGB (Red+Green+Blue) = 168+50+24=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83218 is #57CDE7. Grayscale: #525252. Windows color (decimal): -5754344 or 1585832. OLE color: 1585832.

HSL color Cylindrical-coordinate representation of color #A83218: hue angle of 10.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A83218 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 24 -
CMYK 0 0.70 0.86 0.34
HSL 10.83º 0.75% 0.38% -
HSV(B) 10.83º 0.86% 0.66% -
XYZ 17.45 10.67 2 -
YUV 82.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 168 50 24 0 0.70 0.86 0.34 10.83 0.75 0.38
Hex A8 32 18 0 46 56 22 B 4B 26
Octal 250 62 30 0 106 126 42 13 113 46
Binary 10101000 110010 11000 0 1000110 1010110 100010 1011 1001011 100110

Color Harmonies of #A83218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83218

Black with #A83218

Text Example


Text Example

White with #A83218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83218; }

 p { color: rgb(168,50,24); }

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

background-color css

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

 a { background-color: rgb(168,50,24); }

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

border-color css

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

 span { border-color: rgb(168,50,24); }

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