Html Css Color HEX #A54643 Roof Terracotta

📋 copy color: '#A54643'

red 165 ◦ green 70 ◦ blue 67

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

Shades of Roof Terracotta #A54643

Tints of Roof Terracotta #A54643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 54.64%
G = 23.18%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A54643 (or 0xA54643) is known color: Roof Terracotta. HEX triplet: A5, 46 and 43. RGB value is (165,70,67). Sum of RGB (Red+Green+Blue) = 165+70+67=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A54643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54643 is #5AB9BC. Grayscale: #626262. Windows color (decimal): -5945789 or 4408997. OLE color: 4408997.

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

Color convert

RGB 165 70 67 -
CMYK 0 0.58 0.59 0.35
HSL 1.84º 0.42% 0.45% -
HSV(B) 1.84º 0.59% 0.65% -
XYZ 18.72 12.78 6.79 -
YUV 98.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 165 70 67 0 0.58 0.59 0.35 1.84 0.42 0.45
Hex A5 46 43 0 3A 3B 23 2 2A 2D
Octal 245 106 103 0 72 73 43 2 52 55
Binary 10100101 1000110 1000011 0 111010 111011 100011 10 101010 101101

Color Harmonies of #A54643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54643

Black with #A54643

Text Example


Text Example

White with #A54643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54643; }

 p { color: rgb(165,70,67); }

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

background-color css

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

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

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

border-color css

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

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

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