Html Css Color HEX #A02F23 Brown

📋 copy color: '#A02F23'

red 160 ◦ green 47 ◦ blue 35

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

Shades of Brown #A02F23

Tints of Brown #A02F23

RGB

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

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

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

R = 66.12%
G = 19.42%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02F23 (or 0xA02F23) is known color: Brown. HEX triplet: A0, 2F and 23. RGB value is (160,47,35). Sum of RGB (Red+Green+Blue) = 160+47+35=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F23 is #5FD0DC. Grayscale: #4F4F4F. Windows color (decimal): -6279389 or 2305952. OLE color: 2305952.

HSL color Cylindrical-coordinate representation of color #A02F23: hue angle of 5.76º 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 #A02F23 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 47 35 -
CMYK 0 0.71 0.78 0.37
HSL 5.76º 0.64% 0.38% -
HSV(B) 5.76º 0.78% 0.63% -
XYZ 15.82 9.63 2.61 -
YUV 79.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 160 47 35 0 0.71 0.78 0.37 5.76 0.64 0.38
Hex A0 2F 23 0 47 4E 25 6 40 26
Octal 240 57 43 0 107 116 45 6 100 46
Binary 10100000 101111 100011 0 1000111 1001110 100101 110 1000000 100110

Color Harmonies of #A02F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02F23

Black with #A02F23

Text Example


Text Example

White with #A02F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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