Html Css Color HEX #A43326 Brown

📋 copy color: '#A43326'

red 164 ◦ green 51 ◦ blue 38

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

Shades of Brown #A43326

Tints of Brown #A43326

RGB

 RED value IS 164 (64.45% from 255) = 64.82%

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 64.82%
G = 20.16%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A43326 (or 0xA43326) is known color: Brown. HEX triplet: A4, 33 and 26. RGB value is (164,51,38). Sum of RGB (Red+Green+Blue) = 164+51+38=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A43326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43326 is #5BCCD9. Grayscale: #535353. Windows color (decimal): -6016218 or 2503588. OLE color: 2503588.

HSL color Cylindrical-coordinate representation of color #A43326: hue angle of 6.19º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A43326 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 38 -
CMYK 0 0.69 0.77 0.36
HSL 6.19º 0.62% 0.4% -
HSV(B) 6.19º 0.77% 0.64% -
XYZ 16.84 10.4 2.95 -
YUV 83.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 164 51 38 0 0.69 0.77 0.36 6.19 0.62 0.4
Hex A4 33 26 0 45 4D 24 6 3E 28
Octal 244 63 46 0 105 115 44 6 76 50
Binary 10100100 110011 100110 0 1000101 1001101 100100 110 111110 101000

Color Harmonies of #A43326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43326

Black with #A43326

Text Example


Text Example

White with #A43326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43326; }

 p { color: rgb(164,51,38); }

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

background-color css

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

 a { background-color: rgb(164,51,38); }

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

border-color css

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

 span { border-color: rgb(164,51,38); }

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