Html Css Color HEX #AF7366 Coral Tree

📋 copy color: '#AF7366'

red 175 ◦ green 115 ◦ blue 102

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

Shades of Coral Tree #AF7366

Tints of Coral Tree #AF7366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 44.64%
G = 29.34%
B = 26.02%

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

#AF7366 (or 0xAF7366) is known color: Coral Tree. HEX triplet: AF, 73 and 66. RGB value is (175,115,102). Sum of RGB (Red+Green+Blue) = 175+115+102=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7366 is #508C99. Grayscale: #838383. Windows color (decimal): -5278874 or 6714287. OLE color: 6714287.

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

Color convert

RGB 175 115 102 -
CMYK 0 0.34 0.42 0.31
HSL 10.68º 0.31% 0.54% -
HSV(B) 10.68º 0.42% 0.69% -
XYZ 26.21 22.33 15.5 -
YUV 131.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 175 115 102 0 0.34 0.42 0.31 10.68 0.31 0.54
Hex AF 73 66 0 22 2A 1F B 1F 36
Octal 257 163 146 0 42 52 37 13 37 66
Binary 10101111 1110011 1100110 0 100010 101010 11111 1011 11111 110110

Color Harmonies of #AF7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7366

Black with #AF7366

Text Example


Text Example

White with #AF7366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7366; }

 p { color: rgb(175,115,102); }

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

background-color css

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

 a { background-color: rgb(175,115,102); }

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

border-color css

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

 span { border-color: rgb(175,115,102); }

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