Html Css Color HEX #A4403E Roof Terracotta

📋 copy color: '#A4403E'

red 164 ◦ green 64 ◦ blue 62

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

Shades of Roof Terracotta #A4403E

Tints of Roof Terracotta #A4403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 56.55%
G = 22.07%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4403E (or 0xA4403E) is known color: Roof Terracotta. HEX triplet: A4, 40 and 3E. RGB value is (164,64,62). Sum of RGB (Red+Green+Blue) = 164+64+62=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4403E is #5BBFC1. Grayscale: #5D5D5D. Windows color (decimal): -6012866 or 4079780. OLE color: 4079780.

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

Color convert

RGB 164 64 62 -
CMYK 0 0.61 0.62 0.36
HSL 1.18º 0.45% 0.44% -
HSV(B) 1.18º 0.62% 0.64% -
XYZ 18.01 11.91 5.91 -
YUV 93.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 164 64 62 0 0.61 0.62 0.36 1.18 0.45 0.44
Hex A4 40 3E 0 3D 3E 24 1 2D 2C
Octal 244 100 76 0 75 76 44 1 55 54
Binary 10100100 1000000 111110 0 111101 111110 100100 1 101101 101100

Color Harmonies of #A4403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4403E

Black with #A4403E

Text Example


Text Example

White with #A4403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4403E; }

 p { color: rgb(164,64,62); }

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

background-color css

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

 a { background-color: rgb(164,64,62); }

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

border-color css

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

 span { border-color: rgb(164,64,62); }

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