Html Css Color HEX #A7453F Roof Terracotta

📋 copy color: '#A7453F'

red 167 ◦ green 69 ◦ blue 63

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

Shades of Roof Terracotta #A7453F

Tints of Roof Terracotta #A7453F

RGB

 RED value IS 167 (65.63% from 255) = 55.85%

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 55.85%
G = 23.08%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A7453F (or 0xA7453F) is known color: Roof Terracotta. HEX triplet: A7, 45 and 3F. RGB value is (167,69,63). Sum of RGB (Red+Green+Blue) = 167+69+63=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7453F is #58BAC0. Grayscale: #616161. Windows color (decimal): -5814977 or 4146599. OLE color: 4146599.

HSL color Cylindrical-coordinate representation of color #A7453F: hue angle of 3.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7453F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 63 -
CMYK 0 0.59 0.62 0.35
HSL 3.46º 0.45% 0.45% -
HSV(B) 3.46º 0.62% 0.65% -
XYZ 18.96 12.83 6.18 -
YUV 97.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 167 69 63 0 0.59 0.62 0.35 3.46 0.45 0.45
Hex A7 45 3F 0 3B 3E 23 3 2D 2D
Octal 247 105 77 0 73 76 43 3 55 55
Binary 10100111 1000101 111111 0 111011 111110 100011 11 101101 101101

Color Harmonies of #A7453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7453F

Black with #A7453F

Text Example


Text Example

White with #A7453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7453F; }

 p { color: rgb(167,69,63); }

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

background-color css

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

 a { background-color: rgb(167,69,63); }

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

border-color css

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

 span { border-color: rgb(167,69,63); }

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