Html Css Color HEX #AF7068 Coral Tree

📋 copy color: '#AF7068'

red 175 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #AF7068

Tints of Coral Tree #AF7068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

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

R = 44.76%
G = 28.64%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7068 (or 0xAF7068) is known color: Coral Tree. HEX triplet: AF, 70 and 68. RGB value is (175,112,104). Sum of RGB (Red+Green+Blue) = 175+112+104=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7068 is #508F97. Grayscale: #828282. Windows color (decimal): -5279640 or 6844591. OLE color: 6844591.

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

Color convert

RGB 175 112 104 -
CMYK 0 0.36 0.41 0.31
HSL 6.76º 0.31% 0.55% -
HSV(B) 6.76º 0.41% 0.69% -
XYZ 25.97 21.7 15.92 -
YUV 129.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 175 112 104 0 0.36 0.41 0.31 6.76 0.31 0.55
Hex AF 70 68 0 24 29 1F 7 1F 37
Octal 257 160 150 0 44 51 37 7 37 67
Binary 10101111 1110000 1101000 0 100100 101001 11111 111 11111 110111

Color Harmonies of #AF7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7068

Black with #AF7068

Text Example


Text Example

White with #AF7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7068; }

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

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

background-color css

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

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

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

border-color css

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

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

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