Html Css Color HEX #AF7470 Coral Tree

📋 copy color: '#AF7470'

red 175 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #AF7470

Tints of Coral Tree #AF7470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

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

R = 43.42%
G = 28.78%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF7470 (or 0xAF7470) is known color: Coral Tree. HEX triplet: AF, 74 and 70. RGB value is (175,116,112). Sum of RGB (Red+Green+Blue) = 175+116+112=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7470 is #508B8F. Grayscale: #858585. Windows color (decimal): -5278608 or 7369903. OLE color: 7369903.

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

Color convert

RGB 175 116 112 -
CMYK 0 0.34 0.36 0.31
HSL 3.81º 0.28% 0.56% -
HSV(B) 3.81º 0.36% 0.69% -
XYZ 26.85 22.77 18.31 -
YUV 133.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 175 116 112 0 0.34 0.36 0.31 3.81 0.28 0.56
Hex AF 74 70 0 22 24 1F 4 1C 38
Octal 257 164 160 0 42 44 37 4 34 70
Binary 10101111 1110100 1110000 0 100010 100100 11111 100 11100 111000

Color Harmonies of #AF7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7470

Black with #AF7470

Text Example


Text Example

White with #AF7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7470; }

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

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

background-color css

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

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

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

border-color css

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

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

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