Html Css Color HEX #A02C1D Brown

📋 copy color: '#A02C1D'

red 160 ◦ green 44 ◦ blue 29

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

Shades of Brown #A02C1D

Tints of Brown #A02C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 68.67%
G = 18.88%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A02C1D (or 0xA02C1D) is known color: Brown. HEX triplet: A0, 2C and 1D. RGB value is (160,44,29). Sum of RGB (Red+Green+Blue) = 160+44+29=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C1D is #5FD3E2. Grayscale: #4D4D4D. Windows color (decimal): -6280163 or 1911968. OLE color: 1911968.

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

Color convert

RGB 160 44 29 -
CMYK 0 0.72 0.82 0.37
HSL 6.87º 0.69% 0.37% -
HSV(B) 6.87º 0.82% 0.63% -
XYZ 15.62 9.36 2.15 -
YUV 76.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 160 44 29 0 0.72 0.82 0.37 6.87 0.69 0.37
Hex A0 2C 1D 0 48 52 25 7 45 25
Octal 240 54 35 0 110 122 45 7 105 45
Binary 10100000 101100 11101 0 1001000 1010010 100101 111 1000101 100101

Color Harmonies of #A02C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C1D

Black with #A02C1D

Text Example


Text Example

White with #A02C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C1D; }

 p { color: rgb(160,44,29); }

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

background-color css

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

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

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

border-color css

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

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

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