Html Css Color HEX #AF655D Coral Tree

📋 copy color: '#AF655D'

red 175 ◦ green 101 ◦ blue 93

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

Shades of Coral Tree #AF655D

Tints of Coral Tree #AF655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 47.43%
G = 27.37%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF655D (or 0xAF655D) is known color: Coral Tree. HEX triplet: AF, 65 and 5D. RGB value is (175,101,93). Sum of RGB (Red+Green+Blue) = 175+101+93=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF655D is #509AA2. Grayscale: #7A7A7A. Windows color (decimal): -5282467 or 6120879. OLE color: 6120879.

HSL color Cylindrical-coordinate representation of color #AF655D: hue angle of 5.85º 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 #AF655D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 93 -
CMYK 0 0.42 0.47 0.31
HSL 5.85º 0.34% 0.53% -
HSV(B) 5.85º 0.47% 0.69% -
XYZ 24.31 19.21 12.78 -
YUV 122.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 175 101 93 0 0.42 0.47 0.31 5.85 0.34 0.53
Hex AF 65 5D 0 2A 2F 1F 6 22 35
Octal 257 145 135 0 52 57 37 6 42 65
Binary 10101111 1100101 1011101 0 101010 101111 11111 110 100010 110101

Color Harmonies of #AF655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF655D

Black with #AF655D

Text Example


Text Example

White with #AF655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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