Html Css Color HEX #AF655F Coral Tree

📋 copy color: '#AF655F'

red 175 ◦ green 101 ◦ blue 95

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

Shades of Coral Tree #AF655F

Tints of Coral Tree #AF655F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 47.17%
G = 27.22%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF655F (or 0xAF655F) is known color: Coral Tree. HEX triplet: AF, 65 and 5F. RGB value is (175,101,95). Sum of RGB (Red+Green+Blue) = 175+101+95=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF655F is #509AA0. Grayscale: #7A7A7A. Windows color (decimal): -5282465 or 6251951. OLE color: 6251951.

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

Color convert

RGB 175 101 95 -
CMYK 0 0.42 0.46 0.31
HSL 4.5º 0.33% 0.53% -
HSV(B) 4.5º 0.46% 0.69% -
XYZ 24.4 19.25 13.26 -
YUV 122.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 175 101 95 0 0.42 0.46 0.31 4.5 0.33 0.53
Hex AF 65 5F 0 2A 2E 1F 4 21 35
Octal 257 145 137 0 52 56 37 4 41 65
Binary 10101111 1100101 1011111 0 101010 101110 11111 100 100001 110101

Color Harmonies of #AF655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF655F

Black with #AF655F

Text Example


Text Example

White with #AF655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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