Html Css Color HEX #A54641 Roof Terracotta

📋 copy color: '#A54641'

red 165 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #A54641

Tints of Roof Terracotta #A54641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 55%
G = 23.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A54641 (or 0xA54641) is known color: Roof Terracotta. HEX triplet: A5, 46 and 41. RGB value is (165,70,65). Sum of RGB (Red+Green+Blue) = 165+70+65=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A54641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54641 is #5AB9BE. Grayscale: #616161. Windows color (decimal): -5945791 or 4277925. OLE color: 4277925.

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

Color convert

RGB 165 70 65 -
CMYK 0 0.58 0.61 0.35
HSL 0.43% 0.45% -
HSV(B) 0.61% 0.65% -
XYZ 18.66 12.76 6.48 -
YUV 97.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 165 70 65 0 0.58 0.61 0.35 3 0.43 0.45
Hex A5 46 41 0 3A 3D 23 3 2B 2D
Octal 245 106 101 0 72 75 43 3 53 55
Binary 10100101 1000110 1000001 0 111010 111101 100011 11 101011 101101

Color Harmonies of #A54641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54641

Black with #A54641

Text Example


Text Example

White with #A54641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54641; }

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

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

background-color css

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

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

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

border-color css

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

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

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