Html Css Color HEX #AF4542 Roof Terracotta

📋 copy color: '#AF4542'

red 175 ◦ green 69 ◦ blue 66

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

Shades of Roof Terracotta #AF4542

Tints of Roof Terracotta #AF4542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

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

R = 56.45%
G = 22.26%
B = 21.29%

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

#AF4542 (or 0xAF4542) is known color: Roof Terracotta. HEX triplet: AF, 45 and 42. RGB value is (175,69,66). Sum of RGB (Red+Green+Blue) = 175+69+66=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4542 is #50BABD. Grayscale: #646464. Windows color (decimal): -5290686 or 4343215. OLE color: 4343215.

HSL color Cylindrical-coordinate representation of color #AF4542: hue angle of 1.65º 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 #AF4542 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 66 -
CMYK 0 0.61 0.62 0.31
HSL 1.65º 0.45% 0.47% -
HSV(B) 1.65º 0.62% 0.69% -
XYZ 20.79 13.76 6.72 -
YUV 100.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 175 69 66 0 0.61 0.62 0.31 1.65 0.45 0.47
Hex AF 45 42 0 3D 3E 1F 2 2D 2F
Octal 257 105 102 0 75 76 37 2 55 57
Binary 10101111 1000101 1000010 0 111101 111110 11111 10 101101 101111

Color Harmonies of #AF4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4542

Black with #AF4542

Text Example


Text Example

White with #AF4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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