Html Css Color HEX #A54646 Roof Terracotta

📋 copy color: '#A54646'

red 165 ◦ green 70 ◦ blue 70

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

Shades of Roof Terracotta #A54646

Tints of Roof Terracotta #A54646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 54.1%
G = 22.95%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A54646 (or 0xA54646) is known color: Roof Terracotta. HEX triplet: A5, 46 and 46. RGB value is (165,70,70). Sum of RGB (Red+Green+Blue) = 165+70+70=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A54646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54646 is #5AB9B9. Grayscale: #626262. Windows color (decimal): -5945786 or 4605605. OLE color: 4605605.

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

Color convert

RGB 165 70 70 -
CMYK 0 0.58 0.58 0.35
HSL 0.4% 0.46% -
HSV(B) 0.58% 0.65% -
XYZ 18.81 12.82 7.28 -
YUV 98.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 165 70 70 0 0.58 0.58 0.35 0 0.4 0.46
Hex A5 46 46 0 3A 3A 23 0 28 2E
Octal 245 106 106 0 72 72 43 0 50 56
Binary 10100101 1000110 1000110 0 111010 111010 100011 0 101000 101110

Color Harmonies of #A54646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54646

Black with #A54646

Text Example


Text Example

White with #A54646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54646; }

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

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

background-color css

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

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

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

border-color css

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

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

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