Html Css Color HEX #A4493D Roof Terracotta

📋 copy color: '#A4493D'

red 164 ◦ green 73 ◦ blue 61

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

Shades of Roof Terracotta #A4493D

Tints of Roof Terracotta #A4493D

RGB

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

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

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

R = 55.03%
G = 24.5%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4493D (or 0xA4493D) is known color: Roof Terracotta. HEX triplet: A4, 49 and 3D. RGB value is (164,73,61). Sum of RGB (Red+Green+Blue) = 164+73+61=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4493D is #5BB6C2. Grayscale: #626262. Windows color (decimal): -6010563 or 4016548. OLE color: 4016548.

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

Color convert

RGB 164 73 61 -
CMYK 0 0.55 0.63 0.36
HSL 6.99º 0.46% 0.44% -
HSV(B) 6.99º 0.63% 0.64% -
XYZ 18.53 12.99 5.95 -
YUV 98.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 164 73 61 0 0.55 0.63 0.36 6.99 0.46 0.44
Hex A4 49 3D 0 37 3F 24 7 2E 2C
Octal 244 111 75 0 67 77 44 7 56 54
Binary 10100100 1001001 111101 0 110111 111111 100100 111 101110 101100

Color Harmonies of #A4493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4493D

Black with #A4493D

Text Example


Text Example

White with #A4493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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