Html Css Color HEX #A4493F Roof Terracotta

📋 copy color: '#A4493F'

red 164 ◦ green 73 ◦ blue 63

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

Shades of Roof Terracotta #A4493F

Tints of Roof Terracotta #A4493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 63 (25% from 255) = 21%

R = 54.67%
G = 24.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4493F (or 0xA4493F) is known color: Roof Terracotta. HEX triplet: A4, 49 and 3F. RGB value is (164,73,63). Sum of RGB (Red+Green+Blue) = 164+73+63=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A4493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4493F is #5BB6C0. Grayscale: #636363. Windows color (decimal): -6010561 or 4147620. OLE color: 4147620.

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

Color convert

RGB 164 73 63 -
CMYK 0 0.55 0.62 0.36
HSL 5.94º 0.44% 0.45% -
HSV(B) 5.94º 0.62% 0.64% -
XYZ 18.59 13.02 6.24 -
YUV 99.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 164 73 63 0 0.55 0.62 0.36 5.94 0.44 0.45
Hex A4 49 3F 0 37 3E 24 6 2C 2D
Octal 244 111 77 0 67 76 44 6 54 55
Binary 10100100 1001001 111111 0 110111 111110 100100 110 101100 101101

Color Harmonies of #A4493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4493F

Black with #A4493F

Text Example


Text Example

White with #A4493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4493F; }

 p { color: rgb(164,73,63); }

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

background-color css

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

 a { background-color: rgb(164,73,63); }

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

border-color css

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

 span { border-color: rgb(164,73,63); }

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