Html Css Color HEX #A54949 Roof Terracotta

📋 copy color: '#A54949'

red 165 ◦ green 73 ◦ blue 73

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

Shades of Roof Terracotta #A54949

Tints of Roof Terracotta #A54949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 53.05%
G = 23.47%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A54949 (or 0xA54949) is known color: Roof Terracotta. HEX triplet: A5, 49 and 49. RGB value is (165,73,73). Sum of RGB (Red+Green+Blue) = 165+73+73=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A54949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54949 is #5AB6B6. Grayscale: #646464. Windows color (decimal): -5945015 or 4802981. OLE color: 4802981.

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

Color convert

RGB 165 73 73 -
CMYK 0 0.56 0.56 0.35
HSL 0.39% 0.47% -
HSV(B) 0.56% 0.65% -
XYZ 19.1 13.25 7.85 -
YUV 100.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 165 73 73 0 0.56 0.56 0.35 0 0.39 0.47
Hex A5 49 49 0 38 38 23 0 27 2F
Octal 245 111 111 0 70 70 43 0 47 57
Binary 10100101 1001001 1001001 0 111000 111000 100011 0 100111 101111

Color Harmonies of #A54949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54949

Black with #A54949

Text Example


Text Example

White with #A54949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54949; }

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

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

background-color css

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

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

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

border-color css

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

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

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