Html Css Color HEX #AF7468 Coral Tree

📋 copy color: '#AF7468'

red 175 ◦ green 116 ◦ blue 104

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

Shades of Coral Tree #AF7468

Tints of Coral Tree #AF7468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 44.3%
G = 29.37%
B = 26.33%

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

#AF7468 (or 0xAF7468) is known color: Coral Tree. HEX triplet: AF, 74 and 68. RGB value is (175,116,104). Sum of RGB (Red+Green+Blue) = 175+116+104=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7468 is #508B97. Grayscale: #848484. Windows color (decimal): -5278616 or 6845615. OLE color: 6845615.

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

Color convert

RGB 175 116 104 -
CMYK 0 0.34 0.41 0.31
HSL 10.14º 0.31% 0.55% -
HSV(B) 10.14º 0.41% 0.69% -
XYZ 26.42 22.6 16.07 -
YUV 132.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 175 116 104 0 0.34 0.41 0.31 10.14 0.31 0.55
Hex AF 74 68 0 22 29 1F A 1F 37
Octal 257 164 150 0 42 51 37 12 37 67
Binary 10101111 1110100 1101000 0 100010 101001 11111 1010 11111 110111

Color Harmonies of #AF7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7468

Black with #AF7468

Text Example


Text Example

White with #AF7468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7468; }

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

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

background-color css

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

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

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

border-color css

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

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

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