Html Css Color HEX #A64B49 Roof Terracotta

📋 copy color: '#A64B49'

red 166 ◦ green 75 ◦ blue 73

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

Shades of Roof Terracotta #A64B49

Tints of Roof Terracotta #A64B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 52.87%
G = 23.89%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A64B49 (or 0xA64B49) is known color: Roof Terracotta. HEX triplet: A6, 4B and 49. RGB value is (166,75,73). Sum of RGB (Red+Green+Blue) = 166+75+73=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B49 is #59B4B6. Grayscale: #666666. Windows color (decimal): -5878967 or 4803494. OLE color: 4803494.

HSL color Cylindrical-coordinate representation of color #A64B49: hue angle of 1.29º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64B49 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 75 73 -
CMYK 0 0.55 0.56 0.35
HSL 1.29º 0.39% 0.47% -
HSV(B) 1.29º 0.56% 0.65% -
XYZ 19.44 13.62 7.91 -
YUV 101.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 166 75 73 0 0.55 0.56 0.35 1.29 0.39 0.47
Hex A6 4B 49 0 37 38 23 1 27 2F
Octal 246 113 111 0 67 70 43 1 47 57
Binary 10100110 1001011 1001001 0 110111 111000 100011 1 100111 101111

Color Harmonies of #A64B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B49

Black with #A64B49

Text Example


Text Example

White with #A64B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B49; }

 p { color: rgb(166,75,73); }

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

background-color css

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

 a { background-color: rgb(166,75,73); }

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

border-color css

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

 span { border-color: rgb(166,75,73); }

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