Html Css Color HEX #A74645 Roof Terracotta

📋 copy color: '#A74645'

red 167 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #A74645

Tints of Roof Terracotta #A74645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 54.58%
G = 22.88%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A74645 (or 0xA74645) is known color: Roof Terracotta. HEX triplet: A7, 46 and 45. RGB value is (167,70,69). Sum of RGB (Red+Green+Blue) = 167+70+69=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A74645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74645 is #58B9BA. Grayscale: #626262. Windows color (decimal): -5814715 or 4540071. OLE color: 4540071.

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

Color convert

RGB 167 70 69 -
CMYK 0 0.58 0.59 0.35
HSL 0.61º 0.42% 0.46% -
HSV(B) 0.61º 0.59% 0.65% -
XYZ 19.2 13.03 7.13 -
YUV 98.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 167 70 69 0 0.58 0.59 0.35 0.61 0.42 0.46
Hex A7 46 45 0 3A 3B 23 1 2A 2E
Octal 247 106 105 0 72 73 43 1 52 56
Binary 10100111 1000110 1000101 0 111010 111011 100011 1 101010 101110

Color Harmonies of #A74645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74645

Black with #A74645

Text Example


Text Example

White with #A74645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74645; }

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

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

background-color css

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

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

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

border-color css

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

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

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