Html Css Color HEX #A4473D Roof Terracotta

📋 copy color: '#A4473D'

red 164 ◦ green 71 ◦ blue 61

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

Shades of Roof Terracotta #A4473D

Tints of Roof Terracotta #A4473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 55.41%
G = 23.99%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4473D (or 0xA4473D) is known color: Roof Terracotta. HEX triplet: A4, 47 and 3D. RGB value is (164,71,61). Sum of RGB (Red+Green+Blue) = 164+71+61=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4473D is #5BB8C2. Grayscale: #616161. Windows color (decimal): -6011075 or 4016036. OLE color: 4016036.

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

Color convert

RGB 164 71 61 -
CMYK 0 0.57 0.63 0.36
HSL 5.83º 0.46% 0.44% -
HSV(B) 5.83º 0.63% 0.64% -
XYZ 18.41 12.74 5.9 -
YUV 97.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 164 71 61 0 0.57 0.63 0.36 5.83 0.46 0.44
Hex A4 47 3D 0 39 3F 24 6 2E 2C
Octal 244 107 75 0 71 77 44 6 56 54
Binary 10100100 1000111 111101 0 111001 111111 100100 110 101110 101100

Color Harmonies of #A4473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4473D

Black with #A4473D

Text Example


Text Example

White with #A4473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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