Html Css Color HEX #A6433D Roof Terracotta

📋 copy color: '#A6433D'

red 166 ◦ green 67 ◦ blue 61

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

Shades of Roof Terracotta #A6433D

Tints of Roof Terracotta #A6433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 56.46%
G = 22.79%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6433D (or 0xA6433D) is known color: Roof Terracotta. HEX triplet: A6, 43 and 3D. RGB value is (166,67,61). Sum of RGB (Red+Green+Blue) = 166+67+61=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6433D is #59BCC2. Grayscale: #606060. Windows color (decimal): -5881027 or 4015014. OLE color: 4015014.

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

Color convert

RGB 166 67 61 -
CMYK 0 0.60 0.63 0.35
HSL 3.43º 0.46% 0.45% -
HSV(B) 3.43º 0.63% 0.65% -
XYZ 18.58 12.46 5.84 -
YUV 95.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 166 67 61 0 0.60 0.63 0.35 3.43 0.46 0.45
Hex A6 43 3D 0 3C 3F 23 3 2E 2D
Octal 246 103 75 0 74 77 43 3 56 55
Binary 10100110 1000011 111101 0 111100 111111 100011 11 101110 101101

Color Harmonies of #A6433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6433D

Black with #A6433D

Text Example


Text Example

White with #A6433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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