Html Css Color HEX #AF6864 Coral Tree

📋 copy color: '#AF6864'

red 175 ◦ green 104 ◦ blue 100

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

Shades of Coral Tree #AF6864

Tints of Coral Tree #AF6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 46.17%
G = 27.44%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF6864 (or 0xAF6864) is known color: Coral Tree. HEX triplet: AF, 68 and 64. RGB value is (175,104,100). Sum of RGB (Red+Green+Blue) = 175+104+100=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6864 is #50979B. Grayscale: #7C7C7C. Windows color (decimal): -5281692 or 6580399. OLE color: 6580399.

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

Color convert

RGB 175 104 100 -
CMYK 0 0.41 0.43 0.31
HSL 3.2º 0.32% 0.54% -
HSV(B) 3.2º 0.43% 0.69% -
XYZ 24.93 19.93 14.59 -
YUV 124.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 175 104 100 0 0.41 0.43 0.31 3.2 0.32 0.54
Hex AF 68 64 0 29 2B 1F 3 20 36
Octal 257 150 144 0 51 53 37 3 40 66
Binary 10101111 1101000 1100100 0 101001 101011 11111 11 100000 110110

Color Harmonies of #AF6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6864

Black with #AF6864

Text Example


Text Example

White with #AF6864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6864; }

 p { color: rgb(175,104,100); }

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

background-color css

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

 a { background-color: rgb(175,104,100); }

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

border-color css

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

 span { border-color: rgb(175,104,100); }

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