Html Css Color HEX #AF6F5D Coral Tree

📋 copy color: '#AF6F5D'

red 175 ◦ green 111 ◦ blue 93

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

Shades of Coral Tree #AF6F5D

Tints of Coral Tree #AF6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 46.17%
G = 29.29%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF6F5D (or 0xAF6F5D) is known color: Coral Tree. HEX triplet: AF, 6F and 5D. RGB value is (175,111,93). Sum of RGB (Red+Green+Blue) = 175+111+93=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F5D is #5090A2. Grayscale: #808080. Windows color (decimal): -5279907 or 6123439. OLE color: 6123439.

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

Color convert

RGB 175 111 93 -
CMYK 0 0.37 0.47 0.31
HSL 13.17º 0.34% 0.53% -
HSV(B) 13.17º 0.47% 0.69% -
XYZ 25.34 21.27 13.13 -
YUV 128.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 175 111 93 0 0.37 0.47 0.31 13.17 0.34 0.53
Hex AF 6F 5D 0 25 2F 1F D 22 35
Octal 257 157 135 0 45 57 37 15 42 65
Binary 10101111 1101111 1011101 0 100101 101111 11111 1101 100010 110101

Color Harmonies of #AF6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F5D

Black with #AF6F5D

Text Example


Text Example

White with #AF6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F5D; }

 p { color: rgb(175,111,93); }

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

background-color css

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

 a { background-color: rgb(175,111,93); }

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

border-color css

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

 span { border-color: rgb(175,111,93); }

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