Html Css Color HEX #AF7665 Coral Tree

📋 copy color: '#AF7665'

red 175 ◦ green 118 ◦ blue 101

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

Shades of Coral Tree #AF7665

Tints of Coral Tree #AF7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 44.42%
G = 29.95%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7665 (or 0xAF7665) is known color: Coral Tree. HEX triplet: AF, 76 and 65. RGB value is (175,118,101). Sum of RGB (Red+Green+Blue) = 175+118+101=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7665 is #50899A. Grayscale: #858585. Windows color (decimal): -5278107 or 6649519. OLE color: 6649519.

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

Color convert

RGB 175 118 101 -
CMYK 0 0.33 0.42 0.31
HSL 13.78º 0.32% 0.54% -
HSV(B) 13.78º 0.42% 0.69% -
XYZ 26.51 23.01 15.36 -
YUV 133.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 175 118 101 0 0.33 0.42 0.31 13.78 0.32 0.54
Hex AF 76 65 0 21 2A 1F E 20 36
Octal 257 166 145 0 41 52 37 16 40 66
Binary 10101111 1110110 1100101 0 100001 101010 11111 1110 100000 110110

Color Harmonies of #AF7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7665

Black with #AF7665

Text Example


Text Example

White with #AF7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7665; }

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

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

background-color css

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

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

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

border-color css

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

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

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