Html Css Color HEX #A6423F Roof Terracotta

📋 copy color: '#A6423F'

red 166 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #A6423F

Tints of Roof Terracotta #A6423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 56.27%
G = 22.37%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6423F (or 0xA6423F) is known color: Roof Terracotta. HEX triplet: A6, 42 and 3F. RGB value is (166,66,63). Sum of RGB (Red+Green+Blue) = 166+66+63=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6423F is #59BDC0. Grayscale: #5F5F5F. Windows color (decimal): -5881281 or 4145830. OLE color: 4145830.

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

Color convert

RGB 166 66 63 -
CMYK 0 0.60 0.62 0.35
HSL 1.75º 0.45% 0.45% -
HSV(B) 1.75º 0.62% 0.65% -
XYZ 18.57 12.36 6.11 -
YUV 95.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 166 66 63 0 0.60 0.62 0.35 1.75 0.45 0.45
Hex A6 42 3F 0 3C 3E 23 2 2D 2D
Octal 246 102 77 0 74 76 43 2 55 55
Binary 10100110 1000010 111111 0 111100 111110 100011 10 101101 101101

Color Harmonies of #A6423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6423F

Black with #A6423F

Text Example


Text Example

White with #A6423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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