Html Css Color HEX #AF4343 Roof Terracotta

📋 copy color: '#AF4343'

red 175 ◦ green 67 ◦ blue 67

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

Shades of Roof Terracotta #AF4343

Tints of Roof Terracotta #AF4343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 56.63%
G = 21.68%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF4343 (or 0xAF4343) is known color: Roof Terracotta. HEX triplet: AF, 43 and 43. RGB value is (175,67,67). Sum of RGB (Red+Green+Blue) = 175+67+67=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4343 is #50BCBC. Grayscale: #636363. Windows color (decimal): -5291197 or 4408239. OLE color: 4408239.

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

Color convert

RGB 175 67 67 -
CMYK 0 0.62 0.62 0.31
HSL 0.45% 0.47% -
HSV(B) 0.62% 0.69% -
XYZ 20.7 13.53 6.83 -
YUV 99.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 175 67 67 0 0.62 0.62 0.31 0 0.45 0.47
Hex AF 43 43 0 3E 3E 1F 0 2D 2F
Octal 257 103 103 0 76 76 37 0 55 57
Binary 10101111 1000011 1000011 0 111110 111110 11111 0 101101 101111

Color Harmonies of #AF4343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4343

Black with #AF4343

Text Example


Text Example

White with #AF4343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4343; }

 p { color: rgb(175,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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