Html Css Color HEX #A54343 Roof Terracotta

📋 copy color: '#A54343'

red 165 ◦ green 67 ◦ blue 67

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

Shades of Roof Terracotta #A54343

Tints of Roof Terracotta #A54343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 55.18%
G = 22.41%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A54343 (or 0xA54343) is known color: Roof Terracotta. HEX triplet: A5, 43 and 43. RGB value is (165,67,67). Sum of RGB (Red+Green+Blue) = 165+67+67=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A54343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54343 is #5ABCBC. Grayscale: #606060. Windows color (decimal): -5946557 or 4408229. OLE color: 4408229.

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

Color convert

RGB 165 67 67 -
CMYK 0 0.59 0.59 0.35
HSL 0.42% 0.45% -
HSV(B) 0.59% 0.65% -
XYZ 18.54 12.42 6.73 -
YUV 96.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 165 67 67 0 0.59 0.59 0.35 0 0.42 0.45
Hex A5 43 43 0 3B 3B 23 0 2A 2D
Octal 245 103 103 0 73 73 43 0 52 55
Binary 10100101 1000011 1000011 0 111011 111011 100011 0 101010 101101

Color Harmonies of #A54343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54343

Black with #A54343

Text Example


Text Example

White with #A54343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54343; }

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

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

background-color css

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

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

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

border-color css

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

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

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