Html Css Color HEX #A03423 Brown

📋 copy color: '#A03423'

red 160 ◦ green 52 ◦ blue 35

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

Shades of Brown #A03423

Tints of Brown #A03423

RGB

 RED value IS 160 (62.89% from 255) = 64.78%

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 64.78%
G = 21.05%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A03423 (or 0xA03423) is known color: Brown. HEX triplet: A0, 34 and 23. RGB value is (160,52,35). Sum of RGB (Red+Green+Blue) = 160+52+35=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A03423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03423 is #5FCBDC. Grayscale: #525252. Windows color (decimal): -6278109 or 2307232. OLE color: 2307232.

HSL color Cylindrical-coordinate representation of color #A03423: hue angle of 8.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03423 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 35 -
CMYK 0 0.68 0.78 0.37
HSL 8.16º 0.64% 0.38% -
HSV(B) 8.16º 0.78% 0.63% -
XYZ 16.03 10.05 2.69 -
YUV 82.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 160 52 35 0 0.68 0.78 0.37 8.16 0.64 0.38
Hex A0 34 23 0 44 4E 25 8 40 26
Octal 240 64 43 0 104 116 45 10 100 46
Binary 10100000 110100 100011 0 1000100 1001110 100101 1000 1000000 100110

Color Harmonies of #A03423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03423

Black with #A03423

Text Example


Text Example

White with #A03423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03423; }

 p { color: rgb(160,52,35); }

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

background-color css

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

 a { background-color: rgb(160,52,35); }

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

border-color css

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

 span { border-color: rgb(160,52,35); }

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