Html Css Color HEX #A6453C Roof Terracotta

📋 copy color: '#A6453C'

red 166 ◦ green 69 ◦ blue 60

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

Shades of Roof Terracotta #A6453C

Tints of Roof Terracotta #A6453C

RGB

 RED value IS 166 (65.23% from 255) = 56.27%

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 56.27%
G = 23.39%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6453C (or 0xA6453C) is known color: Roof Terracotta. HEX triplet: A6, 45 and 3C. RGB value is (166,69,60). Sum of RGB (Red+Green+Blue) = 166+69+60=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6453C is #59BAC3. Grayscale: #616161. Windows color (decimal): -5880516 or 3949990. OLE color: 3949990.

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

Color convert

RGB 166 69 60 -
CMYK 0 0.58 0.64 0.35
HSL 5.09º 0.47% 0.44% -
HSV(B) 5.09º 0.64% 0.65% -
XYZ 18.67 12.69 5.74 -
YUV 96.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 166 69 60 0 0.58 0.64 0.35 5.09 0.47 0.44
Hex A6 45 3C 0 3A 40 23 5 2F 2C
Octal 246 105 74 0 72 100 43 5 57 54
Binary 10100110 1000101 111100 0 111010 1000000 100011 101 101111 101100

Color Harmonies of #A6453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6453C

Black with #A6453C

Text Example


Text Example

White with #A6453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6453C; }

 p { color: rgb(166,69,60); }

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

background-color css

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

 a { background-color: rgb(166,69,60); }

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

border-color css

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

 span { border-color: rgb(166,69,60); }

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