Html Css Color HEX #A64A4A Roof Terracotta

📋 copy color: '#A64A4A'

red 166 ◦ green 74 ◦ blue 74

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

Shades of Roof Terracotta #A64A4A

Tints of Roof Terracotta #A64A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 52.87%
G = 23.57%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A64A4A (or 0xA64A4A) is known color: Roof Terracotta. HEX triplet: A6, 4A and 4A. RGB value is (166,74,74). Sum of RGB (Red+Green+Blue) = 166+74+74=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A4A is #59B5B5. Grayscale: #656565. Windows color (decimal): -5879222 or 4868774. OLE color: 4868774.

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

Color convert

RGB 166 74 74 -
CMYK 0 0.55 0.55 0.35
HSL 0.38% 0.47% -
HSV(B) 0.55% 0.65% -
XYZ 19.41 13.5 8.06 -
YUV 101.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 166 74 74 0 0.55 0.55 0.35 0 0.38 0.47
Hex A6 4A 4A 0 37 37 23 0 26 2F
Octal 246 112 112 0 67 67 43 0 46 57
Binary 10100110 1001010 1001010 0 110111 110111 100011 0 100110 101111

Color Harmonies of #A64A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A4A

Black with #A64A4A

Text Example


Text Example

White with #A64A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A4A; }

 p { color: rgb(166,74,74); }

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

background-color css

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

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

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

border-color css

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

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

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