Html Css Color HEX #AF7768 Coral Tree

📋 copy color: '#AF7768'

red 175 ◦ green 119 ◦ blue 104

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

Shades of Coral Tree #AF7768

Tints of Coral Tree #AF7768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

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

R = 43.97%
G = 29.9%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7768 (or 0xAF7768) is known color: Coral Tree. HEX triplet: AF, 77 and 68. RGB value is (175,119,104). Sum of RGB (Red+Green+Blue) = 175+119+104=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7768 is #508897. Grayscale: #868686. Windows color (decimal): -5277848 or 6846383. OLE color: 6846383.

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

Color convert

RGB 175 119 104 -
CMYK 0 0.32 0.41 0.31
HSL 12.68º 0.31% 0.55% -
HSV(B) 12.68º 0.41% 0.69% -
XYZ 26.77 23.31 16.18 -
YUV 134.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 175 119 104 0 0.32 0.41 0.31 12.68 0.31 0.55
Hex AF 77 68 0 20 29 1F D 1F 37
Octal 257 167 150 0 40 51 37 15 37 67
Binary 10101111 1110111 1101000 0 100000 101001 11111 1101 11111 110111

Color Harmonies of #AF7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7768

Black with #AF7768

Text Example


Text Example

White with #AF7768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7768; }

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

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

background-color css

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

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

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

border-color css

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

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

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