Html Css Color HEX #AF756E Coral Tree

📋 copy color: '#AF756E'

red 175 ◦ green 117 ◦ blue 110

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

Shades of Coral Tree #AF756E

Tints of Coral Tree #AF756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 43.53%
G = 29.1%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF756E (or 0xAF756E) is known color: Coral Tree. HEX triplet: AF, 75 and 6E. RGB value is (175,117,110). Sum of RGB (Red+Green+Blue) = 175+117+110=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756E is #508A91. Grayscale: #858585. Windows color (decimal): -5278354 or 7239087. OLE color: 7239087.

HSL color Cylindrical-coordinate representation of color #AF756E: hue angle of 6.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF756E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 110 -
CMYK 0 0.33 0.37 0.31
HSL 6.46º 0.29% 0.56% -
HSV(B) 6.46º 0.37% 0.69% -
XYZ 26.85 22.96 17.77 -
YUV 133.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 175 117 110 0 0.33 0.37 0.31 6.46 0.29 0.56
Hex AF 75 6E 0 21 25 1F 6 1D 38
Octal 257 165 156 0 41 45 37 6 35 70
Binary 10101111 1110101 1101110 0 100001 100101 11111 110 11101 111000

Color Harmonies of #AF756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF756E

Black with #AF756E

Text Example


Text Example

White with #AF756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF756E; }

 p { color: rgb(175,117,110); }

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

background-color css

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

 a { background-color: rgb(175,117,110); }

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

border-color css

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

 span { border-color: rgb(175,117,110); }

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