Html Css Color HEX #AF736E Coral Tree

📋 copy color: '#AF736E'

red 175 ◦ green 115 ◦ blue 110

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

Shades of Coral Tree #AF736E

Tints of Coral Tree #AF736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

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

R = 43.75%
G = 28.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF736E (or 0xAF736E) is known color: Coral Tree. HEX triplet: AF, 73 and 6E. RGB value is (175,115,110). Sum of RGB (Red+Green+Blue) = 175+115+110=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF736E is #508C91. Grayscale: #848484. Windows color (decimal): -5278866 or 7238575. OLE color: 7238575.

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

Color convert

RGB 175 115 110 -
CMYK 0 0.34 0.37 0.31
HSL 4.62º 0.29% 0.56% -
HSV(B) 4.62º 0.37% 0.69% -
XYZ 26.62 22.5 17.69 -
YUV 132.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 175 115 110 0 0.34 0.37 0.31 4.62 0.29 0.56
Hex AF 73 6E 0 22 25 1F 5 1D 38
Octal 257 163 156 0 42 45 37 5 35 70
Binary 10101111 1110011 1101110 0 100010 100101 11111 101 11101 111000

Color Harmonies of #AF736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF736E

Black with #AF736E

Text Example


Text Example

White with #AF736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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