Html Css Color HEX #AF7368 Coral Tree

📋 copy color: '#AF7368'

red 175 ◦ green 115 ◦ blue 104

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

Shades of Coral Tree #AF7368

Tints of Coral Tree #AF7368

RGB

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

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

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

R = 44.42%
G = 29.19%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7368 (or 0xAF7368) is known color: Coral Tree. HEX triplet: AF, 73 and 68. RGB value is (175,115,104). Sum of RGB (Red+Green+Blue) = 175+115+104=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7368 is #508C97. Grayscale: #838383. Windows color (decimal): -5278872 or 6845359. OLE color: 6845359.

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

Color convert

RGB 175 115 104 -
CMYK 0 0.34 0.41 0.31
HSL 9.3º 0.31% 0.55% -
HSV(B) 9.3º 0.41% 0.69% -
XYZ 26.31 22.37 16.03 -
YUV 131.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 175 115 104 0 0.34 0.41 0.31 9.3 0.31 0.55
Hex AF 73 68 0 22 29 1F 9 1F 37
Octal 257 163 150 0 42 51 37 11 37 67
Binary 10101111 1110011 1101000 0 100010 101001 11111 1001 11111 110111

Color Harmonies of #AF7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7368

Black with #AF7368

Text Example


Text Example

White with #AF7368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7368; }

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

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

background-color css

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

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

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

border-color css

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

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

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