Html Css Color HEX #AF7168 Coral Tree

📋 copy color: '#AF7168'

red 175 ◦ green 113 ◦ blue 104

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

Shades of Coral Tree #AF7168

Tints of Coral Tree #AF7168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

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

R = 44.64%
G = 28.83%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7168 (or 0xAF7168) is known color: Coral Tree. HEX triplet: AF, 71 and 68. RGB value is (175,113,104). Sum of RGB (Red+Green+Blue) = 175+113+104=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7168 is #508E97. Grayscale: #828282. Windows color (decimal): -5279384 or 6844847. OLE color: 6844847.

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

Color convert

RGB 175 113 104 -
CMYK 0 0.35 0.41 0.31
HSL 7.61º 0.31% 0.55% -
HSV(B) 7.61º 0.41% 0.69% -
XYZ 26.08 21.92 15.95 -
YUV 130.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 175 113 104 0 0.35 0.41 0.31 7.61 0.31 0.55
Hex AF 71 68 0 23 29 1F 8 1F 37
Octal 257 161 150 0 43 51 37 10 37 67
Binary 10101111 1110001 1101000 0 100011 101001 11111 1000 11111 110111

Color Harmonies of #AF7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7168

Black with #AF7168

Text Example


Text Example

White with #AF7168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7168; }

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

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

background-color css

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

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

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

border-color css

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

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

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