Html Css Color HEX #AF675F Coral Tree

📋 copy color: '#AF675F'

red 175 ◦ green 103 ◦ blue 95

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

Shades of Coral Tree #AF675F

Tints of Coral Tree #AF675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

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

R = 46.92%
G = 27.61%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF675F (or 0xAF675F) is known color: Coral Tree. HEX triplet: AF, 67 and 5F. RGB value is (175,103,95). Sum of RGB (Red+Green+Blue) = 175+103+95=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF675F is #5098A0. Grayscale: #7B7B7B. Windows color (decimal): -5281953 or 6252463. OLE color: 6252463.

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

Color convert

RGB 175 103 95 -
CMYK 0 0.41 0.46 0.31
HSL 0.33% 0.53% -
HSV(B) 0.46% 0.69% -
XYZ 24.6 19.64 13.32 -
YUV 123.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 175 103 95 0 0.41 0.46 0.31 6 0.33 0.53
Hex AF 67 5F 0 29 2E 1F 6 21 35
Octal 257 147 137 0 51 56 37 6 41 65
Binary 10101111 1100111 1011111 0 101001 101110 11111 110 100001 110101

Color Harmonies of #AF675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF675F

Black with #AF675F

Text Example


Text Example

White with #AF675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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