Html Css Color HEX #A02727 Brown

📋 copy color: '#A02727'

red 160 ◦ green 39 ◦ blue 39

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

Shades of Brown #A02727

Tints of Brown #A02727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 67.23%
G = 16.39%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A02727 (or 0xA02727) is known color: Brown. HEX triplet: A0, 27 and 27. RGB value is (160,39,39). Sum of RGB (Red+Green+Blue) = 160+39+39=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A02727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02727 is #5FD8D8. Grayscale: #4B4B4B. Windows color (decimal): -6281433 or 2566048. OLE color: 2566048.

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

Color convert

RGB 160 39 39 -
CMYK 0 0.76 0.76 0.37
HSL 0.61% 0.39% -
HSV(B) 0.76% 0.63% -
XYZ 15.59 9.07 2.85 -
YUV 75.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 160 39 39 0 0.76 0.76 0.37 0 0.61 0.39
Hex A0 27 27 0 4C 4C 25 0 3D 27
Octal 240 47 47 0 114 114 45 0 75 47
Binary 10100000 100111 100111 0 1001100 1001100 100101 0 111101 100111

Color Harmonies of #A02727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02727

Black with #A02727

Text Example


Text Example

White with #A02727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02727; }

 p { color: rgb(160,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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