Html Css Color HEX #A54845 Roof Terracotta

📋 copy color: '#A54845'

red 165 ◦ green 72 ◦ blue 69

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

Shades of Roof Terracotta #A54845

Tints of Roof Terracotta #A54845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 53.92%
G = 23.53%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A54845 (or 0xA54845) is known color: Roof Terracotta. HEX triplet: A5, 48 and 45. RGB value is (165,72,69). Sum of RGB (Red+Green+Blue) = 165+72+69=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A54845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54845 is #5AB7BA. Grayscale: #636363. Windows color (decimal): -5945275 or 4540581. OLE color: 4540581.

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

Color convert

RGB 165 72 69 -
CMYK 0 0.56 0.58 0.35
HSL 1.88º 0.41% 0.46% -
HSV(B) 1.88º 0.58% 0.65% -
XYZ 18.91 13.06 7.16 -
YUV 99.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 165 72 69 0 0.56 0.58 0.35 1.88 0.41 0.46
Hex A5 48 45 0 38 3A 23 2 29 2E
Octal 245 110 105 0 70 72 43 2 51 56
Binary 10100101 1001000 1000101 0 111000 111010 100011 10 101001 101110

Color Harmonies of #A54845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54845

Black with #A54845

Text Example


Text Example

White with #A54845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54845; }

 p { color: rgb(165,72,69); }

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

background-color css

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

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

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

border-color css

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

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

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