Html Css Color HEX #AF4642 Roof Terracotta

📋 copy color: '#AF4642'

red 175 ◦ green 70 ◦ blue 66

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

Shades of Roof Terracotta #AF4642

Tints of Roof Terracotta #AF4642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 56.27%
G = 22.51%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF4642 (or 0xAF4642) is known color: Roof Terracotta. HEX triplet: AF, 46 and 42. RGB value is (175,70,66). Sum of RGB (Red+Green+Blue) = 175+70+66=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4642 is #50B9BD. Grayscale: #656565. Windows color (decimal): -5290430 or 4343471. OLE color: 4343471.

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

Color convert

RGB 175 70 66 -
CMYK 0 0.60 0.62 0.31
HSL 2.2º 0.45% 0.47% -
HSV(B) 2.2º 0.62% 0.69% -
XYZ 20.85 13.89 6.74 -
YUV 100.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 175 70 66 0 0.60 0.62 0.31 2.2 0.45 0.47
Hex AF 46 42 0 3C 3E 1F 2 2D 2F
Octal 257 106 102 0 74 76 37 2 55 57
Binary 10101111 1000110 1000010 0 111100 111110 11111 10 101101 101111

Color Harmonies of #AF4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4642

Black with #AF4642

Text Example


Text Example

White with #AF4642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4642; }

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

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

background-color css

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

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

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

border-color css

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

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

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