Html Css Color HEX #AF685A Coral Tree

📋 copy color: '#AF685A'

red 175 ◦ green 104 ◦ blue 90

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

Shades of Coral Tree #AF685A

Tints of Coral Tree #AF685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 47.43%
G = 28.18%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF685A (or 0xAF685A) is known color: Coral Tree. HEX triplet: AF, 68 and 5A. RGB value is (175,104,90). Sum of RGB (Red+Green+Blue) = 175+104+90=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685A is #5097A5. Grayscale: #7B7B7B. Windows color (decimal): -5281702 or 5925039. OLE color: 5925039.

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

Color convert

RGB 175 104 90 -
CMYK 0 0.41 0.49 0.31
HSL 9.88º 0.35% 0.52% -
HSV(B) 9.88º 0.49% 0.69% -
XYZ 24.47 19.75 12.2 -
YUV 123.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 175 104 90 0 0.41 0.49 0.31 9.88 0.35 0.52
Hex AF 68 5A 0 29 31 1F A 23 34
Octal 257 150 132 0 51 61 37 12 43 64
Binary 10101111 1101000 1011010 0 101001 110001 11111 1010 100011 110100

Color Harmonies of #AF685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF685A

Black with #AF685A

Text Example


Text Example

White with #AF685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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