Html Css Color HEX #AF695B Coral Tree

📋 copy color: '#AF695B'

red 175 ◦ green 105 ◦ blue 91

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

Shades of Coral Tree #AF695B

Tints of Coral Tree #AF695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 47.17%
G = 28.3%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF695B (or 0xAF695B) is known color: Coral Tree. HEX triplet: AF, 69 and 5B. RGB value is (175,105,91). Sum of RGB (Red+Green+Blue) = 175+105+91=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF695B is #5096A4. Grayscale: #7C7C7C. Windows color (decimal): -5281445 or 5990831. OLE color: 5990831.

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

Color convert

RGB 175 105 91 -
CMYK 0 0.40 0.48 0.31
HSL 10º 0.34% 0.52% -
HSV(B) 10º 0.48% 0.69% -
XYZ 24.62 19.97 12.46 -
YUV 124.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 175 105 91 0 0.40 0.48 0.31 10 0.34 0.52
Hex AF 69 5B 0 28 30 1F A 22 34
Octal 257 151 133 0 50 60 37 12 42 64
Binary 10101111 1101001 1011011 0 101000 110000 11111 1010 100010 110100

Color Harmonies of #AF695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF695B

Black with #AF695B

Text Example


Text Example

White with #AF695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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