Html Css Color HEX #A03425 Brown

📋 copy color: '#A03425'

red 160 ◦ green 52 ◦ blue 37

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

Shades of Brown #A03425

Tints of Brown #A03425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 64.26%
G = 20.88%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A03425 (or 0xA03425) is known color: Brown. HEX triplet: A0, 34 and 25. RGB value is (160,52,37). Sum of RGB (Red+Green+Blue) = 160+52+37=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A03425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03425 is #5FCBDA. Grayscale: #525252. Windows color (decimal): -6278107 or 2438304. OLE color: 2438304.

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

Color convert

RGB 160 52 37 -
CMYK 0 0.68 0.77 0.37
HSL 7.32º 0.62% 0.39% -
HSV(B) 7.32º 0.77% 0.63% -
XYZ 16.06 10.06 2.85 -
YUV 82.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 160 52 37 0 0.68 0.77 0.37 7.32 0.62 0.39
Hex A0 34 25 0 44 4D 25 7 3E 27
Octal 240 64 45 0 104 115 45 7 76 47
Binary 10100000 110100 100101 0 1000100 1001101 100101 111 111110 100111

Color Harmonies of #A03425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03425

Black with #A03425

Text Example


Text Example

White with #A03425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03425; }

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

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

background-color css

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

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

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

border-color css

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

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

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