Html Css Color HEX #A7463E Roof Terracotta

📋 copy color: '#A7463E'

red 167 ◦ green 70 ◦ blue 62

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

Shades of Roof Terracotta #A7463E

Tints of Roof Terracotta #A7463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 55.85%
G = 23.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7463E (or 0xA7463E) is known color: Roof Terracotta. HEX triplet: A7, 46 and 3E. RGB value is (167,70,62). Sum of RGB (Red+Green+Blue) = 167+70+62=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7463E is #58B9C1. Grayscale: #626262. Windows color (decimal): -5814722 or 4081319. OLE color: 4081319.

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

Color convert

RGB 167 70 62 -
CMYK 0 0.58 0.63 0.35
HSL 4.57º 0.46% 0.45% -
HSV(B) 4.57º 0.63% 0.65% -
XYZ 19 12.94 6.05 -
YUV 98.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 167 70 62 0 0.58 0.63 0.35 4.57 0.46 0.45
Hex A7 46 3E 0 3A 3F 23 5 2E 2D
Octal 247 106 76 0 72 77 43 5 56 55
Binary 10100111 1000110 111110 0 111010 111111 100011 101 101110 101101

Color Harmonies of #A7463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7463E

Black with #A7463E

Text Example


Text Example

White with #A7463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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