Html Css Color HEX #AF6059 Coral Tree

📋 copy color: '#AF6059'

red 175 ◦ green 96 ◦ blue 89

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

Shades of Coral Tree #AF6059

Tints of Coral Tree #AF6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 48.61%
G = 26.67%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6059 (or 0xAF6059) is known color: Coral Tree. HEX triplet: AF, 60 and 59. RGB value is (175,96,89). Sum of RGB (Red+Green+Blue) = 175+96+89=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6059 is #509FA6. Grayscale: #767676. Windows color (decimal): -5283751 or 5857455. OLE color: 5857455.

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

Color convert

RGB 175 96 89 -
CMYK 0 0.45 0.49 0.31
HSL 4.88º 0.35% 0.52% -
HSV(B) 4.88º 0.49% 0.69% -
XYZ 23.67 18.2 11.72 -
YUV 118.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 175 96 89 0 0.45 0.49 0.31 4.88 0.35 0.52
Hex AF 60 59 0 2D 31 1F 5 23 34
Octal 257 140 131 0 55 61 37 5 43 64
Binary 10101111 1100000 1011001 0 101101 110001 11111 101 100011 110100

Color Harmonies of #AF6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6059

Black with #AF6059

Text Example


Text Example

White with #AF6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6059; }

 p { color: rgb(175,96,89); }

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

background-color css

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

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

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

border-color css

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

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

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