Html Css Color HEX #A04343 Roof Terracotta

📋 copy color: '#A04343'

red 160 ◦ green 67 ◦ blue 67

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

Shades of Roof Terracotta #A04343

Tints of Roof Terracotta #A04343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 54.42%
G = 22.79%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A04343 (or 0xA04343) is known color: Roof Terracotta. HEX triplet: A0, 43 and 43. RGB value is (160,67,67). Sum of RGB (Red+Green+Blue) = 160+67+67=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A04343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04343 is #5FBCBC. Grayscale: #5E5E5E. Windows color (decimal): -6274237 or 4408224. OLE color: 4408224.

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

Color convert

RGB 160 67 67 -
CMYK 0 0.58 0.58 0.37
HSL 0.41% 0.45% -
HSV(B) 0.58% 0.63% -
XYZ 17.52 11.89 6.68 -
YUV 94.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 160 67 67 0 0.58 0.58 0.37 0 0.41 0.45
Hex A0 43 43 0 3A 3A 25 0 29 2D
Octal 240 103 103 0 72 72 45 0 51 55
Binary 10100000 1000011 1000011 0 111010 111010 100101 0 101001 101101

Color Harmonies of #A04343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04343

Black with #A04343

Text Example


Text Example

White with #A04343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04343; }

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

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

background-color css

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

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

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

border-color css

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

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

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