Html Css Color HEX #AF4442 Roof Terracotta

📋 copy color: '#AF4442'

red 175 ◦ green 68 ◦ blue 66

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

Shades of Roof Terracotta #AF4442

Tints of Roof Terracotta #AF4442

RGB

 RED value IS 175 (68.75% from 255) = 56.63%

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 56.63%
G = 22.01%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF4442 (or 0xAF4442) is known color: Roof Terracotta. HEX triplet: AF, 44 and 42. RGB value is (175,68,66). Sum of RGB (Red+Green+Blue) = 175+68+66=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4442 is #50BBBD. Grayscale: #636363. Windows color (decimal): -5290942 or 4342959. OLE color: 4342959.

HSL color Cylindrical-coordinate representation of color #AF4442: hue angle of 1.1º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4442 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 66 -
CMYK 0 0.61 0.62 0.31
HSL 1.1º 0.45% 0.47% -
HSV(B) 1.1º 0.62% 0.69% -
XYZ 20.73 13.64 6.69 -
YUV 99.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 175 68 66 0 0.61 0.62 0.31 1.1 0.45 0.47
Hex AF 44 42 0 3D 3E 1F 1 2D 2F
Octal 257 104 102 0 75 76 37 1 55 57
Binary 10101111 1000100 1000010 0 111101 111110 11111 1 101101 101111

Color Harmonies of #AF4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4442

Black with #AF4442

Text Example


Text Example

White with #AF4442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4442; }

 p { color: rgb(175,68,66); }

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

background-color css

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

 a { background-color: rgb(175,68,66); }

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

border-color css

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

 span { border-color: rgb(175,68,66); }

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