Html Css Color HEX #A6433B Roof Terracotta

📋 copy color: '#A6433B'

red 166 ◦ green 67 ◦ blue 59

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

Shades of Roof Terracotta #A6433B

Tints of Roof Terracotta #A6433B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 56.85%
G = 22.95%
B = 20.21%

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

#A6433B (or 0xA6433B) is known color: Roof Terracotta. HEX triplet: A6, 43 and 3B. RGB value is (166,67,59). Sum of RGB (Red+Green+Blue) = 166+67+59=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6433B is #59BCC4. Grayscale: #5F5F5F. Windows color (decimal): -5881029 or 3883942. OLE color: 3883942.

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

Color convert

RGB 166 67 59 -
CMYK 0 0.60 0.64 0.35
HSL 4.49º 0.48% 0.44% -
HSV(B) 4.49º 0.64% 0.65% -
XYZ 18.52 12.44 5.56 -
YUV 95.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 166 67 59 0 0.60 0.64 0.35 4.49 0.48 0.44
Hex A6 43 3B 0 3C 40 23 4 30 2C
Octal 246 103 73 0 74 100 43 4 60 54
Binary 10100110 1000011 111011 0 111100 1000000 100011 100 110000 101100

Color Harmonies of #A6433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6433B

Black with #A6433B

Text Example


Text Example

White with #A6433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6433B; }

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

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

background-color css

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

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

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

border-color css

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

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

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