Html Css Color HEX #AF7570 Coral Tree

📋 copy color: '#AF7570'

red 175 ◦ green 117 ◦ blue 112

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

Shades of Coral Tree #AF7570

Tints of Coral Tree #AF7570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.96%

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

R = 43.32%
G = 28.96%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF7570 (or 0xAF7570) is known color: Coral Tree. HEX triplet: AF, 75 and 70. RGB value is (175,117,112). Sum of RGB (Red+Green+Blue) = 175+117+112=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7570 is #508A8F. Grayscale: #858585. Windows color (decimal): -5278352 or 7370159. OLE color: 7370159.

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

Color convert

RGB 175 117 112 -
CMYK 0 0.33 0.36 0.31
HSL 4.76º 0.28% 0.56% -
HSV(B) 4.76º 0.36% 0.69% -
XYZ 26.97 23.01 18.35 -
YUV 133.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 175 117 112 0 0.33 0.36 0.31 4.76 0.28 0.56
Hex AF 75 70 0 21 24 1F 5 1C 38
Octal 257 165 160 0 41 44 37 5 34 70
Binary 10101111 1110101 1110000 0 100001 100100 11111 101 11100 111000

Color Harmonies of #AF7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7570

Black with #AF7570

Text Example


Text Example

White with #AF7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7570; }

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

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

background-color css

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

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

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

border-color css

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

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

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