Html Css Color HEX #A54844 Roof Terracotta

📋 copy color: '#A54844'

red 165 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #A54844

Tints of Roof Terracotta #A54844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 54.1%
G = 23.61%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A54844 (or 0xA54844) is known color: Roof Terracotta. HEX triplet: A5, 48 and 44. RGB value is (165,72,68). Sum of RGB (Red+Green+Blue) = 165+72+68=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A54844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54844 is #5AB7BB. Grayscale: #636363. Windows color (decimal): -5945276 or 4475045. OLE color: 4475045.

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

Color convert

RGB 165 72 68 -
CMYK 0 0.56 0.59 0.35
HSL 2.47º 0.42% 0.46% -
HSV(B) 2.47º 0.59% 0.65% -
XYZ 18.88 13.05 6.99 -
YUV 99.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 165 72 68 0 0.56 0.59 0.35 2.47 0.42 0.46
Hex A5 48 44 0 38 3B 23 2 2A 2E
Octal 245 110 104 0 70 73 43 2 52 56
Binary 10100101 1001000 1000100 0 111000 111011 100011 10 101010 101110

Color Harmonies of #A54844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54844

Black with #A54844

Text Example


Text Example

White with #A54844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54844; }

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

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

background-color css

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

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

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

border-color css

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

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

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