Html Css Color HEX #AF6F5E Coral Tree

📋 copy color: '#AF6F5E'

red 175 ◦ green 111 ◦ blue 94

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

Shades of Coral Tree #AF6F5E

Tints of Coral Tree #AF6F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 46.05%
G = 29.21%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF6F5E (or 0xAF6F5E) is known color: Coral Tree. HEX triplet: AF, 6F and 5E. RGB value is (175,111,94). Sum of RGB (Red+Green+Blue) = 175+111+94=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F5E is #5090A1. Grayscale: #808080. Windows color (decimal): -5279906 or 6188975. OLE color: 6188975.

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

Color convert

RGB 175 111 94 -
CMYK 0 0.37 0.46 0.31
HSL 12.59º 0.34% 0.53% -
HSV(B) 12.59º 0.46% 0.69% -
XYZ 25.38 21.29 13.36 -
YUV 128.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 175 111 94 0 0.37 0.46 0.31 12.59 0.34 0.53
Hex AF 6F 5E 0 25 2E 1F D 22 35
Octal 257 157 136 0 45 56 37 15 42 65
Binary 10101111 1101111 1011110 0 100101 101110 11111 1101 100010 110101

Color Harmonies of #AF6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F5E

Black with #AF6F5E

Text Example


Text Example

White with #AF6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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