Html Css Color HEX #A4443D Roof Terracotta

📋 copy color: '#A4443D'

red 164 ◦ green 68 ◦ blue 61

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

Shades of Roof Terracotta #A4443D

Tints of Roof Terracotta #A4443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 55.97%
G = 23.21%
B = 20.82%

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

#A4443D (or 0xA4443D) is known color: Roof Terracotta. HEX triplet: A4, 44 and 3D. RGB value is (164,68,61). Sum of RGB (Red+Green+Blue) = 164+68+61=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4443D is #5BBBC2. Grayscale: #606060. Windows color (decimal): -6011843 or 4015268. OLE color: 4015268.

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

Color convert

RGB 164 68 61 -
CMYK 0 0.59 0.63 0.36
HSL 4.08º 0.46% 0.44% -
HSV(B) 4.08º 0.63% 0.64% -
XYZ 18.22 12.36 5.84 -
YUV 95.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 164 68 61 0 0.59 0.63 0.36 4.08 0.46 0.44
Hex A4 44 3D 0 3B 3F 24 4 2E 2C
Octal 244 104 75 0 73 77 44 4 56 54
Binary 10100100 1000100 111101 0 111011 111111 100100 100 101110 101100

Color Harmonies of #A4443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4443D

Black with #A4443D

Text Example


Text Example

White with #A4443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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