Html Css Color HEX #A7413E Roof Terracotta

📋 copy color: '#A7413E'

red 167 ◦ green 65 ◦ blue 62

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

Shades of Roof Terracotta #A7413E

Tints of Roof Terracotta #A7413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 56.8%
G = 22.11%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7413E (or 0xA7413E) is known color: Roof Terracotta. HEX triplet: A7, 41 and 3E. RGB value is (167,65,62). Sum of RGB (Red+Green+Blue) = 167+65+62=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7413E is #58BEC1. Grayscale: #5F5F5F. Windows color (decimal): -5816002 or 4080039. OLE color: 4080039.

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

Color convert

RGB 167 65 62 -
CMYK 0 0.61 0.63 0.35
HSL 1.71º 0.46% 0.45% -
HSV(B) 1.71º 0.63% 0.65% -
XYZ 18.7 12.34 5.95 -
YUV 95.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 167 65 62 0 0.61 0.63 0.35 1.71 0.46 0.45
Hex A7 41 3E 0 3D 3F 23 2 2E 2D
Octal 247 101 76 0 75 77 43 2 56 55
Binary 10100111 1000001 111110 0 111101 111111 100011 10 101110 101101

Color Harmonies of #A7413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7413E

Black with #A7413E

Text Example


Text Example

White with #A7413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7413E; }

 p { color: rgb(167,65,62); }

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

background-color css

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

 a { background-color: rgb(167,65,62); }

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

border-color css

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

 span { border-color: rgb(167,65,62); }

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