Html Css Color HEX #A6483D Roof Terracotta

📋 copy color: '#A6483D'

red 166 ◦ green 72 ◦ blue 61

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

Shades of Roof Terracotta #A6483D

Tints of Roof Terracotta #A6483D

RGB

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

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

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

R = 55.52%
G = 24.08%
B = 20.4%

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

#A6483D (or 0xA6483D) is known color: Roof Terracotta. HEX triplet: A6, 48 and 3D. RGB value is (166,72,61). Sum of RGB (Red+Green+Blue) = 166+72+61=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6483D is #59B7C2. Grayscale: #626262. Windows color (decimal): -5879747 or 4016294. OLE color: 4016294.

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

Color convert

RGB 166 72 61 -
CMYK 0 0.57 0.63 0.35
HSL 6.29º 0.46% 0.45% -
HSV(B) 6.29º 0.63% 0.65% -
XYZ 18.89 13.08 5.94 -
YUV 98.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 166 72 61 0 0.57 0.63 0.35 6.29 0.46 0.45
Hex A6 48 3D 0 39 3F 23 6 2E 2D
Octal 246 110 75 0 71 77 43 6 56 55
Binary 10100110 1001000 111101 0 111001 111111 100011 110 101110 101101

Color Harmonies of #A6483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6483D

Black with #A6483D

Text Example


Text Example

White with #A6483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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