Html Css Color HEX #A6423C Roof Terracotta

📋 copy color: '#A6423C'

red 166 ◦ green 66 ◦ blue 60

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

Shades of Roof Terracotta #A6423C

Tints of Roof Terracotta #A6423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 56.85%
G = 22.6%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6423C (or 0xA6423C) is known color: Roof Terracotta. HEX triplet: A6, 42 and 3C. RGB value is (166,66,60). Sum of RGB (Red+Green+Blue) = 166+66+60=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6423C is #59BDC3. Grayscale: #5F5F5F. Windows color (decimal): -5881284 or 3949222. OLE color: 3949222.

HSL color Cylindrical-coordinate representation of color #A6423C: hue angle of 3.4º 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 #A6423C is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 60 -
CMYK 0 0.60 0.64 0.35
HSL 3.4º 0.47% 0.44% -
HSV(B) 3.4º 0.64% 0.65% -
XYZ 18.49 12.33 5.68 -
YUV 95.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 166 66 60 0 0.60 0.64 0.35 3.4 0.47 0.44
Hex A6 42 3C 0 3C 40 23 3 2F 2C
Octal 246 102 74 0 74 100 43 3 57 54
Binary 10100110 1000010 111100 0 111100 1000000 100011 11 101111 101100

Color Harmonies of #A6423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6423C

Black with #A6423C

Text Example


Text Example

White with #A6423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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