Html Css Color HEX #A4443C Roof Terracotta

📋 copy color: '#A4443C'

red 164 ◦ green 68 ◦ blue 60

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

Shades of Roof Terracotta #A4443C

Tints of Roof Terracotta #A4443C

RGB

 RED value IS 164 (64.45% from 255) = 56.16%

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

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

R = 56.16%
G = 23.29%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4443C (or 0xA4443C) is known color: Roof Terracotta. HEX triplet: A4, 44 and 3C. RGB value is (164,68,60). Sum of RGB (Red+Green+Blue) = 164+68+60=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4443C is #5BBBC3. Grayscale: #5F5F5F. Windows color (decimal): -6011844 or 3949732. OLE color: 3949732.

HSL color Cylindrical-coordinate representation of color #A4443C: hue angle of 4.62º 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 #A4443C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 68 60 -
CMYK 0 0.59 0.63 0.36
HSL 4.62º 0.46% 0.44% -
HSV(B) 4.62º 0.63% 0.64% -
XYZ 18.19 12.35 5.7 -
YUV 95.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 164 68 60 0 0.59 0.63 0.36 4.62 0.46 0.44
Hex A4 44 3C 0 3B 3F 24 5 2E 2C
Octal 244 104 74 0 73 77 44 5 56 54
Binary 10100100 1000100 111100 0 111011 111111 100100 101 101110 101100

Color Harmonies of #A4443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4443C

Black with #A4443C

Text Example


Text Example

White with #A4443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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