Html Css Color HEX #AF6360 Coral Tree

📋 copy color: '#AF6360'

red 175 ◦ green 99 ◦ blue 96

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

Shades of Coral Tree #AF6360

Tints of Coral Tree #AF6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 47.3%
G = 26.76%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6360 (or 0xAF6360) is known color: Coral Tree. HEX triplet: AF, 63 and 60. RGB value is (175,99,96). Sum of RGB (Red+Green+Blue) = 175+99+96=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6360 is #509C9F. Grayscale: #797979. Windows color (decimal): -5282976 or 6316975. OLE color: 6316975.

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

Color convert

RGB 175 99 96 -
CMYK 0 0.43 0.45 0.31
HSL 2.28º 0.33% 0.53% -
HSV(B) 2.28º 0.45% 0.69% -
XYZ 24.25 18.88 13.43 -
YUV 121.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 175 99 96 0 0.43 0.45 0.31 2.28 0.33 0.53
Hex AF 63 60 0 2B 2D 1F 2 21 35
Octal 257 143 140 0 53 55 37 2 41 65
Binary 10101111 1100011 1100000 0 101011 101101 11111 10 100001 110101

Color Harmonies of #AF6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6360

Black with #AF6360

Text Example


Text Example

White with #AF6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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