Html Css Color HEX #A6483E Roof Terracotta

📋 copy color: '#A6483E'

red 166 ◦ green 72 ◦ blue 62

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

Shades of Roof Terracotta #A6483E

Tints of Roof Terracotta #A6483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 55.33%
G = 24%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6483E (or 0xA6483E) is known color: Roof Terracotta. HEX triplet: A6, 48 and 3E. RGB value is (166,72,62). Sum of RGB (Red+Green+Blue) = 166+72+62=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6483E is #59B7C1. Grayscale: #636363. Windows color (decimal): -5879746 or 4081830. OLE color: 4081830.

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

Color convert

RGB 166 72 62 -
CMYK 0 0.57 0.63 0.35
HSL 5.77º 0.46% 0.45% -
HSV(B) 5.77º 0.63% 0.65% -
XYZ 18.91 13.09 6.09 -
YUV 98.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 166 72 62 0 0.57 0.63 0.35 5.77 0.46 0.45
Hex A6 48 3E 0 39 3F 23 6 2E 2D
Octal 246 110 76 0 71 77 43 6 56 55
Binary 10100110 1001000 111110 0 111001 111111 100011 110 101110 101101

Color Harmonies of #A6483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6483E

Black with #A6483E

Text Example


Text Example

White with #A6483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6483E; }

 p { color: rgb(166,72,62); }

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

background-color css

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

 a { background-color: rgb(166,72,62); }

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

border-color css

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

 span { border-color: rgb(166,72,62); }

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