Html Css Color HEX #AF695F Coral Tree

📋 copy color: '#AF695F'

red 175 ◦ green 105 ◦ blue 95

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

Shades of Coral Tree #AF695F

Tints of Coral Tree #AF695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 46.67%
G = 28%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF695F (or 0xAF695F) is known color: Coral Tree. HEX triplet: AF, 69 and 5F. RGB value is (175,105,95). Sum of RGB (Red+Green+Blue) = 175+105+95=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF695F is #5096A0. Grayscale: #7C7C7C. Windows color (decimal): -5281441 or 6252975. OLE color: 6252975.

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

Color convert

RGB 175 105 95 -
CMYK 0 0.40 0.46 0.31
HSL 7.5º 0.33% 0.53% -
HSV(B) 7.5º 0.46% 0.69% -
XYZ 24.8 20.04 13.39 -
YUV 124.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 175 105 95 0 0.40 0.46 0.31 7.5 0.33 0.53
Hex AF 69 5F 0 28 2E 1F 8 21 35
Octal 257 151 137 0 50 56 37 10 41 65
Binary 10101111 1101001 1011111 0 101000 101110 11111 1000 100001 110101

Color Harmonies of #AF695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF695F

Black with #AF695F

Text Example


Text Example

White with #AF695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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