Html Css Color HEX #A02F19 Brown

📋 copy color: '#A02F19'

red 160 ◦ green 47 ◦ blue 25

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

Shades of Brown #A02F19

Tints of Brown #A02F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.26%

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 68.97%
G = 20.26%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A02F19 (or 0xA02F19) is known color: Brown. HEX triplet: A0, 2F and 19. RGB value is (160,47,25). Sum of RGB (Red+Green+Blue) = 160+47+25=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F19 is #5FD0E6. Grayscale: #4E4E4E. Windows color (decimal): -6279399 or 1650592. OLE color: 1650592.

HSL color Cylindrical-coordinate representation of color #A02F19: hue angle of 9.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A02F19 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 47 25 -
CMYK 0 0.71 0.84 0.37
HSL 9.78º 0.73% 0.36% -
HSV(B) 9.78º 0.84% 0.63% -
XYZ 15.69 9.58 1.94 -
YUV 78.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 160 47 25 0 0.71 0.84 0.37 9.78 0.73 0.36
Hex A0 2F 19 0 47 54 25 A 49 24
Octal 240 57 31 0 107 124 45 12 111 44
Binary 10100000 101111 11001 0 1000111 1010100 100101 1010 1001001 100100

Color Harmonies of #A02F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02F19

Black with #A02F19

Text Example


Text Example

White with #A02F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02F19; }

 p { color: rgb(160,47,25); }

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

background-color css

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

 a { background-color: rgb(160,47,25); }

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

border-color css

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

 span { border-color: rgb(160,47,25); }

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