Html Css Color HEX #AF7465 Coral Tree

📋 copy color: '#AF7465'

red 175 ◦ green 116 ◦ blue 101

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

Shades of Coral Tree #AF7465

Tints of Coral Tree #AF7465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 44.64%
G = 29.59%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7465 (or 0xAF7465) is known color: Coral Tree. HEX triplet: AF, 74 and 65. RGB value is (175,116,101). Sum of RGB (Red+Green+Blue) = 175+116+101=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7465 is #508B9A. Grayscale: #848484. Windows color (decimal): -5278619 or 6649007. OLE color: 6649007.

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

Color convert

RGB 175 116 101 -
CMYK 0 0.34 0.42 0.31
HSL 12.16º 0.32% 0.54% -
HSV(B) 12.16º 0.42% 0.69% -
XYZ 26.27 22.54 15.28 -
YUV 131.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 175 116 101 0 0.34 0.42 0.31 12.16 0.32 0.54
Hex AF 74 65 0 22 2A 1F C 20 36
Octal 257 164 145 0 42 52 37 14 40 66
Binary 10101111 1110100 1100101 0 100010 101010 11111 1100 100000 110110

Color Harmonies of #AF7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7465

Black with #AF7465

Text Example


Text Example

White with #AF7465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7465; }

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

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

background-color css

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

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

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

border-color css

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

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

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