Html Css Color HEX #AF6D68 Coral Tree

📋 copy color: '#AF6D68'

red 175 ◦ green 109 ◦ blue 104

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

Shades of Coral Tree #AF6D68

Tints of Coral Tree #AF6D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 45.1%
G = 28.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF6D68 (or 0xAF6D68) is known color: Coral Tree. HEX triplet: AF, 6D and 68. RGB value is (175,109,104). Sum of RGB (Red+Green+Blue) = 175+109+104=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D68 is #509297. Grayscale: #808080. Windows color (decimal): -5280408 or 6843823. OLE color: 6843823.

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

Color convert

RGB 175 109 104 -
CMYK 0 0.38 0.41 0.31
HSL 4.23º 0.31% 0.55% -
HSV(B) 4.23º 0.41% 0.69% -
XYZ 25.65 21.05 15.81 -
YUV 128.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 175 109 104 0 0.38 0.41 0.31 4.23 0.31 0.55
Hex AF 6D 68 0 26 29 1F 4 1F 37
Octal 257 155 150 0 46 51 37 4 37 67
Binary 10101111 1101101 1101000 0 100110 101001 11111 100 11111 110111

Color Harmonies of #AF6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D68

Black with #AF6D68

Text Example


Text Example

White with #AF6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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