Html Css Color HEX #A93328 Brown

📋 copy color: '#A93328'

red 169 ◦ green 51 ◦ blue 40

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

Shades of Brown #A93328

Tints of Brown #A93328

RGB

 RED value IS 169 (66.41% from 255) = 65%

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 65%
G = 19.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A93328 (or 0xA93328) is known color: Brown. HEX triplet: A9, 33 and 28. RGB value is (169,51,40). Sum of RGB (Red+Green+Blue) = 169+51+40=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A93328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93328 is #56CCD7. Grayscale: #555555. Windows color (decimal): -5688536 or 2634665. OLE color: 2634665.

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

Color convert

RGB 169 51 40 -
CMYK 0 0.70 0.76 0.34
HSL 5.12º 0.62% 0.41% -
HSV(B) 5.12º 0.76% 0.66% -
XYZ 17.93 10.96 3.18 -
YUV 85.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 169 51 40 0 0.70 0.76 0.34 5.12 0.62 0.41
Hex A9 33 28 0 46 4C 22 5 3E 29
Octal 251 63 50 0 106 114 42 5 76 51
Binary 10101001 110011 101000 0 1000110 1001100 100010 101 111110 101001

Color Harmonies of #A93328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93328

Black with #A93328

Text Example


Text Example

White with #A93328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93328; }

 p { color: rgb(169,51,40); }

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

background-color css

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

 a { background-color: rgb(169,51,40); }

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

border-color css

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

 span { border-color: rgb(169,51,40); }

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