Html Css Color HEX #A5443A Roof Terracotta

📋 copy color: '#A5443A'

red 165 ◦ green 68 ◦ blue 58

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

Shades of Roof Terracotta #A5443A

Tints of Roof Terracotta #A5443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 56.7%
G = 23.37%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5443A (or 0xA5443A) is known color: Roof Terracotta. HEX triplet: A5, 44 and 3A. RGB value is (165,68,58). Sum of RGB (Red+Green+Blue) = 165+68+58=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5443A is #5ABBC5. Grayscale: #606060. Windows color (decimal): -5946310 or 3818661. OLE color: 3818661.

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

Color convert

RGB 165 68 58 -
CMYK 0 0.59 0.65 0.35
HSL 5.61º 0.48% 0.44% -
HSV(B) 5.61º 0.65% 0.65% -
XYZ 18.35 12.44 5.44 -
YUV 95.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 165 68 58 0 0.59 0.65 0.35 5.61 0.48 0.44
Hex A5 44 3A 0 3B 41 23 6 30 2C
Octal 245 104 72 0 73 101 43 6 60 54
Binary 10100101 1000100 111010 0 111011 1000001 100011 110 110000 101100

Color Harmonies of #A5443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5443A

Black with #A5443A

Text Example


Text Example

White with #A5443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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