Html Css Color HEX #A74B45 Roof Terracotta

📋 copy color: '#A74B45'

red 167 ◦ green 75 ◦ blue 69

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

Shades of Roof Terracotta #A74B45

Tints of Roof Terracotta #A74B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.12%

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

R = 53.7%
G = 24.12%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A74B45 (or 0xA74B45) is known color: Roof Terracotta. HEX triplet: A7, 4B and 45. RGB value is (167,75,69). Sum of RGB (Red+Green+Blue) = 167+75+69=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B45 is #58B4BA. Grayscale: #656565. Windows color (decimal): -5813435 or 4541351. OLE color: 4541351.

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

Color convert

RGB 167 75 69 -
CMYK 0 0.55 0.59 0.35
HSL 3.67º 0.42% 0.46% -
HSV(B) 3.67º 0.59% 0.65% -
XYZ 19.53 13.68 7.24 -
YUV 101.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 167 75 69 0 0.55 0.59 0.35 3.67 0.42 0.46
Hex A7 4B 45 0 37 3B 23 4 2A 2E
Octal 247 113 105 0 67 73 43 4 52 56
Binary 10100111 1001011 1000101 0 110111 111011 100011 100 101010 101110

Color Harmonies of #A74B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B45

Black with #A74B45

Text Example


Text Example

White with #A74B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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