Html Css Color HEX #A54440 Roof Terracotta

📋 copy color: '#A54440'

red 165 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A54440

Tints of Roof Terracotta #A54440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 55.56%
G = 22.9%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A54440 (or 0xA54440) is known color: Roof Terracotta. HEX triplet: A5, 44 and 40. RGB value is (165,68,64). Sum of RGB (Red+Green+Blue) = 165+68+64=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A54440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54440 is #5ABBBF. Grayscale: #606060. Windows color (decimal): -5946304 or 4211877. OLE color: 4211877.

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

Color convert

RGB 165 68 64 -
CMYK 0 0.59 0.61 0.35
HSL 2.38º 0.44% 0.45% -
HSV(B) 2.38º 0.61% 0.65% -
XYZ 18.51 12.5 6.29 -
YUV 96.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 165 68 64 0 0.59 0.61 0.35 2.38 0.44 0.45
Hex A5 44 40 0 3B 3D 23 2 2C 2D
Octal 245 104 100 0 73 75 43 2 54 55
Binary 10100101 1000100 1000000 0 111011 111101 100011 10 101100 101101

Color Harmonies of #A54440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54440

Black with #A54440

Text Example


Text Example

White with #A54440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54440; }

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

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

background-color css

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

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

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

border-color css

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

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

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