Html Css Color HEX #AF7070 Coral Tree

📋 copy color: '#AF7070'

red 175 ◦ green 112 ◦ blue 112

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

Shades of Coral Tree #AF7070

Tints of Coral Tree #AF7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 43.86%
G = 28.07%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF7070 (or 0xAF7070) is known color: Coral Tree. HEX triplet: AF, 70 and 70. RGB value is (175,112,112). Sum of RGB (Red+Green+Blue) = 175+112+112=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7070 is #508F8F. Grayscale: #828282. Windows color (decimal): -5279632 or 7368879. OLE color: 7368879.

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

Color convert

RGB 175 112 112 -
CMYK 0 0.36 0.36 0.31
HSL 0.28% 0.56% -
HSV(B) 0.36% 0.69% -
XYZ 26.4 21.87 18.16 -
YUV 130.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 175 112 112 0 0.36 0.36 0.31 0 0.28 0.56
Hex AF 70 70 0 24 24 1F 0 1C 38
Octal 257 160 160 0 44 44 37 0 34 70
Binary 10101111 1110000 1110000 0 100100 100100 11111 0 11100 111000

Color Harmonies of #AF7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7070

Black with #AF7070

Text Example


Text Example

White with #AF7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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