Html Css Color HEX #AF7874 Coral Tree

📋 copy color: '#AF7874'

red 175 ◦ green 120 ◦ blue 116

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

Shades of Coral Tree #AF7874

Tints of Coral Tree #AF7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.2%

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 42.58%
G = 29.2%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF7874 (or 0xAF7874) is known color: Coral Tree. HEX triplet: AF, 78 and 74. RGB value is (175,120,116). Sum of RGB (Red+Green+Blue) = 175+120+116=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7874 is #50878B. Grayscale: #888888. Windows color (decimal): -5277580 or 7633071. OLE color: 7633071.

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

Color convert

RGB 175 120 116 -
CMYK 0 0.31 0.34 0.31
HSL 4.07º 0.27% 0.57% -
HSV(B) 4.07º 0.34% 0.69% -
XYZ 27.55 23.81 19.67 -
YUV 135.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 175 120 116 0 0.31 0.34 0.31 4.07 0.27 0.57
Hex AF 78 74 0 1F 22 1F 4 1B 39
Octal 257 170 164 0 37 42 37 4 33 71
Binary 10101111 1111000 1110100 0 11111 100010 11111 100 11011 111001

Color Harmonies of #AF7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7874

Black with #AF7874

Text Example


Text Example

White with #AF7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7874; }

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

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

background-color css

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

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

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

border-color css

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

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

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