Html Css Color HEX #AF7574 Coral Tree

📋 copy color: '#AF7574'

red 175 ◦ green 117 ◦ blue 116

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

Shades of Coral Tree #AF7574

Tints of Coral Tree #AF7574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 42.89%
G = 28.68%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF7574 (or 0xAF7574) is known color: Coral Tree. HEX triplet: AF, 75 and 74. RGB value is (175,117,116). Sum of RGB (Red+Green+Blue) = 175+117+116=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7574 is #508A8B. Grayscale: #868686. Windows color (decimal): -5278348 or 7632303. OLE color: 7632303.

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

Color convert

RGB 175 117 116 -
CMYK 0 0.33 0.34 0.31
HSL 1.02º 0.27% 0.57% -
HSV(B) 1.02º 0.34% 0.69% -
XYZ 27.19 23.1 19.55 -
YUV 134.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 175 117 116 0 0.33 0.34 0.31 1.02 0.27 0.57
Hex AF 75 74 0 21 22 1F 1 1B 39
Octal 257 165 164 0 41 42 37 1 33 71
Binary 10101111 1110101 1110100 0 100001 100010 11111 1 11011 111001

Color Harmonies of #AF7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7574

Black with #AF7574

Text Example


Text Example

White with #AF7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7574; }

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

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

background-color css

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

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

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

border-color css

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

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

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