Html Css Color HEX #AF695C Coral Tree

📋 copy color: '#AF695C'

red 175 ◦ green 105 ◦ blue 92

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

Shades of Coral Tree #AF695C

Tints of Coral Tree #AF695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 47.04%
G = 28.23%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF695C (or 0xAF695C) is known color: Coral Tree. HEX triplet: AF, 69 and 5C. RGB value is (175,105,92). Sum of RGB (Red+Green+Blue) = 175+105+92=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF695C is #5096A3. Grayscale: #7C7C7C. Windows color (decimal): -5281444 or 6056367. OLE color: 6056367.

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

Color convert

RGB 175 105 92 -
CMYK 0 0.40 0.47 0.31
HSL 9.4º 0.34% 0.52% -
HSV(B) 9.4º 0.47% 0.69% -
XYZ 24.66 19.99 12.68 -
YUV 124.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 175 105 92 0 0.40 0.47 0.31 9.4 0.34 0.52
Hex AF 69 5C 0 28 2F 1F 9 22 34
Octal 257 151 134 0 50 57 37 11 42 64
Binary 10101111 1101001 1011100 0 101000 101111 11111 1001 100010 110100

Color Harmonies of #AF695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF695C

Black with #AF695C

Text Example


Text Example

White with #AF695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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