Html Css Color HEX #A54747 Roof Terracotta

📋 copy color: '#A54747'

red 165 ◦ green 71 ◦ blue 71

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

Shades of Roof Terracotta #A54747

Tints of Roof Terracotta #A54747

RGB

 RED value IS 165 (64.84% from 255) = 53.75%

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 53.75%
G = 23.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A54747 (or 0xA54747) is known color: Roof Terracotta. HEX triplet: A5, 47 and 47. RGB value is (165,71,71). Sum of RGB (Red+Green+Blue) = 165+71+71=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A54747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54747 is #5AB8B8. Grayscale: #636363. Windows color (decimal): -5945529 or 4671397. OLE color: 4671397.

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

Color convert

RGB 165 71 71 -
CMYK 0 0.57 0.57 0.35
HSL 0.4% 0.46% -
HSV(B) 0.57% 0.65% -
XYZ 18.91 12.96 7.47 -
YUV 99.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 165 71 71 0 0.57 0.57 0.35 0 0.4 0.46
Hex A5 47 47 0 39 39 23 0 28 2E
Octal 245 107 107 0 71 71 43 0 50 56
Binary 10100101 1000111 1000111 0 111001 111001 100011 0 101000 101110

Color Harmonies of #A54747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54747

Black with #A54747

Text Example


Text Example

White with #A54747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54747; }

 p { color: rgb(165,71,71); }

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

background-color css

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

 a { background-color: rgb(165,71,71); }

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

border-color css

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

 span { border-color: rgb(165,71,71); }

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