Html Css Color HEX #A5453D Roof Terracotta

📋 copy color: '#A5453D'

red 165 ◦ green 69 ◦ blue 61

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

Shades of Roof Terracotta #A5453D

Tints of Roof Terracotta #A5453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 55.93%
G = 23.39%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5453D (or 0xA5453D) is known color: Roof Terracotta. HEX triplet: A5, 45 and 3D. RGB value is (165,69,61). Sum of RGB (Red+Green+Blue) = 165+69+61=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5453D is #5ABAC2. Grayscale: #606060. Windows color (decimal): -5946051 or 4015525. OLE color: 4015525.

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

Color convert

RGB 165 69 61 -
CMYK 0 0.58 0.63 0.35
HSL 4.62º 0.46% 0.44% -
HSV(B) 4.62º 0.63% 0.65% -
XYZ 18.49 12.59 5.87 -
YUV 96.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 165 69 61 0 0.58 0.63 0.35 4.62 0.46 0.44
Hex A5 45 3D 0 3A 3F 23 5 2E 2C
Octal 245 105 75 0 72 77 43 5 56 54
Binary 10100101 1000101 111101 0 111010 111111 100011 101 101110 101100

Color Harmonies of #A5453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5453D

Black with #A5453D

Text Example


Text Example

White with #A5453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5453D; }

 p { color: rgb(165,69,61); }

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

background-color css

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

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

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

border-color css

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

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

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