Html Css Color HEX #A3443E Roof Terracotta

📋 copy color: '#A3443E'

red 163 ◦ green 68 ◦ blue 62

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

Shades of Roof Terracotta #A3443E

Tints of Roof Terracotta #A3443E

RGB

 RED value IS 163 (64.06% from 255) = 55.63%

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 55.63%
G = 23.21%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3443E (or 0xA3443E) is known color: Roof Terracotta. HEX triplet: A3, 44 and 3E. RGB value is (163,68,62). Sum of RGB (Red+Green+Blue) = 163+68+62=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3443E is #5CBBC1. Grayscale: #5F5F5F. Windows color (decimal): -6077378 or 4080803. OLE color: 4080803.

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

Color convert

RGB 163 68 62 -
CMYK 0 0.58 0.62 0.36
HSL 3.56º 0.45% 0.44% -
HSV(B) 3.56º 0.62% 0.64% -
XYZ 18.04 12.27 5.97 -
YUV 95.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 163 68 62 0 0.58 0.62 0.36 3.56 0.45 0.44
Hex A3 44 3E 0 3A 3E 24 4 2D 2C
Octal 243 104 76 0 72 76 44 4 55 54
Binary 10100011 1000100 111110 0 111010 111110 100100 100 101101 101100

Color Harmonies of #A3443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3443E

Black with #A3443E

Text Example


Text Example

White with #A3443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3443E; }

 p { color: rgb(163,68,62); }

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

background-color css

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

 a { background-color: rgb(163,68,62); }

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

border-color css

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

 span { border-color: rgb(163,68,62); }

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