Html Css Color HEX #A3443C Roof Terracotta

📋 copy color: '#A3443C'

red 163 ◦ green 68 ◦ blue 60

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

Shades of Roof Terracotta #A3443C

Tints of Roof Terracotta #A3443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 56.01%
G = 23.37%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3443C (or 0xA3443C) is known color: Roof Terracotta. HEX triplet: A3, 44 and 3C. RGB value is (163,68,60). Sum of RGB (Red+Green+Blue) = 163+68+60=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3443C is #5CBBC3. Grayscale: #5F5F5F. Windows color (decimal): -6077380 or 3949731. OLE color: 3949731.

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

Color convert

RGB 163 68 60 -
CMYK 0 0.58 0.63 0.36
HSL 4.66º 0.46% 0.44% -
HSV(B) 4.66º 0.63% 0.64% -
XYZ 17.99 12.25 5.69 -
YUV 95.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 163 68 60 0 0.58 0.63 0.36 4.66 0.46 0.44
Hex A3 44 3C 0 3A 3F 24 5 2E 2C
Octal 243 104 74 0 72 77 44 5 56 54
Binary 10100011 1000100 111100 0 111010 111111 100100 101 101110 101100

Color Harmonies of #A3443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3443C

Black with #A3443C

Text Example


Text Example

White with #A3443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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