Html Css Color HEX #AF7672 Coral Tree

📋 copy color: '#AF7672'

red 175 ◦ green 118 ◦ blue 114

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

Shades of Coral Tree #AF7672

Tints of Coral Tree #AF7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 43%
G = 28.99%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7672 (or 0xAF7672) is known color: Coral Tree. HEX triplet: AF, 76 and 72. RGB value is (175,118,114). Sum of RGB (Red+Green+Blue) = 175+118+114=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7672 is #50898D. Grayscale: #868686. Windows color (decimal): -5278094 or 7501487. OLE color: 7501487.

HSL color Cylindrical-coordinate representation of color #AF7672: hue angle of 3.93º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7672 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 114 -
CMYK 0 0.33 0.35 0.31
HSL 3.93º 0.28% 0.57% -
HSV(B) 3.93º 0.35% 0.69% -
XYZ 27.19 23.29 18.98 -
YUV 134.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 175 118 114 0 0.33 0.35 0.31 3.93 0.28 0.57
Hex AF 76 72 0 21 23 1F 4 1C 39
Octal 257 166 162 0 41 43 37 4 34 71
Binary 10101111 1110110 1110010 0 100001 100011 11111 100 11100 111001

Color Harmonies of #AF7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7672

Black with #AF7672

Text Example


Text Example

White with #AF7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7672; }

 p { color: rgb(175,118,114); }

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

background-color css

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

 a { background-color: rgb(175,118,114); }

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

border-color css

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

 span { border-color: rgb(175,118,114); }

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